Skip to content

Commit

Permalink
TRCKR-T-16 disable configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Nov 28, 2023
1 parent c9501cf commit bec32bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dk
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
# Publishing releases to Maven Central is not supported yet with configuration caching
# enabled, because of this missing Gradle feature: https://github.com/gradle/gradle/issues/22779
# org.gradle.configuration-cache=true

0 comments on commit bec32bf

Please sign in to comment.