Skip to content

Commit

Permalink
disable org.gradle.configuration-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 7, 2024
1 parent b742f49 commit 3f00d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#org.gradle.configuration-cache=true

#Kotlin
kotlin.code.style=official
Expand All @@ -14,4 +14,4 @@ android.nonTransitiveRClass=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true

0 comments on commit 3f00d58

Please sign in to comment.