Skip to content

Commit

Permalink
Merge pull request #41 from semgrep/austin/disable-configuration-cache
Browse files Browse the repository at this point in the history
Fix release process again again
  • Loading branch information
ajbt200128 authored Jan 30, 2024
2 parents 2dd0a09 + 6fb41ba commit 8aba172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ gradleVersion=8.2.1
# 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
org.gradle.configuration-cache.problems=warn
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment=true

0 comments on commit 8aba172

Please sign in to comment.