Skip to content

Commit

Permalink
Disable configuration caching by default
Browse files Browse the repository at this point in the history
This feature is still too unstable and causes code hotswap
to break.
  • Loading branch information
jellysquid3 committed Oct 25, 2024
1 parent 7270417 commit 5c54d2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.caching=true
org.gradle.parallel=true

org.gradle.configuration-cache=true
org.gradle.parallel=true

0 comments on commit 5c54d2a

Please sign in to comment.