Skip to content

Commit 17b304d

Browse files
committed
Disable gradle configuration cache
1 parent 22918f1 commit 17b304d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
org.gradle.caching=true
33
org.gradle.parallel=true
4+
org.gradle.configuration-cache=false
45
dependency.analysis.print.build.health=true
56
sonar.projectKey=ak-git_SpringBootFX
67
sonar.organization=ak-git

0 commit comments

Comments
 (0)