We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae984f commit a966c9aCopy full SHA for a966c9a
gradle.properties
@@ -1 +1,2 @@
1
-jacocoMinRatio = 0.5
+jacocoMinRatio = 0.5
2
+org.gradle.configuration-cache = true
settings.gradle
@@ -1,3 +1,5 @@
+enableFeaturePreview "STABLE_CONFIGURATION_CACHE"
+
3
rootProject.name = "spring-integration-aws-xml"
4
5
rootDir.eachFileRecurse groovy.io.FileType.FILES, {
0 commit comments