Skip to content

Commit 8aba172

Browse files
authored
Merge pull request #41 from semgrep/austin/disable-configuration-cache
Fix release process again again
2 parents 2dd0a09 + 6fb41ba commit 8aba172

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ gradleVersion=8.2.1
1414
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
1515
kotlin.stdlib.default.dependency=false
1616
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
17-
org.gradle.configuration-cache=true
17+
org.gradle.configuration-cache=false
1818
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
1919
org.gradle.caching=true
20-
org.gradle.configuration-cache.problems=warn
2120
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
2221
systemProp.org.gradle.unsafe.kotlin.assignment=true

0 commit comments

Comments
 (0)