We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39377d commit a9ad736Copy full SHA for a9ad736
gradle.properties
@@ -1,5 +1,8 @@
1
# To fix metaspace errors
2
-org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
3
+org.gradle.parallel=true
4
+org.gradle.caching=true
5
+
6
name=spotless
7
description=Spotless - keep your code spotless with Gradle
8
org=diffplug
0 commit comments