Skip to content

Commit

Permalink
Disable parallel build for plugin proj
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Dec 2, 2023
1 parent daa27d1 commit bfd9ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+CrashOnOutOfMemoryError
org.gradle.daemon=false
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.parallel=false

# for debugging
# org.gradle.logging.level=info
Expand Down

0 comments on commit bfd9ad3

Please sign in to comment.