Skip to content

Commit 546612d

Browse files
committed
Also update gradle.properties for Gradle configuration changes
1 parent d5b975d commit 546612d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ forge_update_json_url=https://raw.githubusercontent.com/CyclopsMC/Versions/maste
3636

3737
# Gradle
3838
org.gradle.jvmargs=-Xmx3G
39-
org.gradle.daemon=false
39+
org.gradle.daemon=true
4040
org.gradle.caching=true
41+
org.gradle.configuration-cache=true
42+
org.gradle.configureondemand=true
4143

4244
# Common dependencies
4345
cyclopscore_version=1.30.0-1038

0 commit comments

Comments
 (0)