Skip to content

Commit

Permalink
fix(ci): disable Gradle daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Jun 9, 2024
1 parent 0c61adf commit adab740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g
org.gradle.daemon=false

# OSSRH sometimes struggles with slow deployments, so this makes Gradle
# more tolerant to those delays.
Expand Down

0 comments on commit adab740

Please sign in to comment.