Skip to content

Commit a6c5690

Browse files
Add additional gradle args
1 parent e8cf8de commit a6c5690

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
org.gradle.jvmargs=-Xmx1024m --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED
1+
org.gradle.parallel=true
2+
org.gradle.caching=true
3+
org.gradle.daemon=true
4+
org.gradle.jvmargs=-Xmx2048m --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include('gradle-tools')
1+
include('gradle-tools')

0 commit comments

Comments
 (0)