Skip to content

Commit a966c9a

Browse files
committed
build: configuration cache
1 parent fae984f commit a966c9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
jacocoMinRatio = 0.5
1+
jacocoMinRatio = 0.5
2+
org.gradle.configuration-cache = true

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
enableFeaturePreview "STABLE_CONFIGURATION_CACHE"
2+
13
rootProject.name = "spring-integration-aws-xml"
24

35
rootDir.eachFileRecurse groovy.io.FileType.FILES, {

0 commit comments

Comments
 (0)