Skip to content

Commit

Permalink
Remove unsafe cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliano101 committed Dec 19, 2024
1 parent 488cac2 commit 551259e
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 @@ -19,7 +19,7 @@ kotlin.code.style=official
kotlin.jvm.target.validation.mode=IGNORE
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2560m
org.gradle.unsafe.configuration-cache=true
org.gradle.configuration-cache=true
# Build optimization
org.gradle.parallel=true
org.gradle.configureondemand=true

0 comments on commit 551259e

Please sign in to comment.