Skip to content

Commit

Permalink
ci: disable parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Jun 17, 2024
1 parent 4d7717e commit 3ab1904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.parallel=false

0 comments on commit 3ab1904

Please sign in to comment.