Skip to content

Commit

Permalink
fix: test disabling gradle configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Nov 30, 2024
1 parent 1c29a39 commit 8b880bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gradleVersion = 8.10.2
kotlin.stdlib.default.dependency = false

# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
org.gradle.configuration-cache = false

# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = false

0 comments on commit 8b880bc

Please sign in to comment.