Skip to content

Commit

Permalink
fix(build): Disable gradle configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Nov 13, 2024
1 parent b372e5e commit 590bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide_extension/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ gradleVersion=8.11
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
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=true

0 comments on commit 590bd4c

Please sign in to comment.