Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e62e5cf

Browse files
authored
Merge pull request #463 from grails/puneetbehl-patch-1
Disable Gradle Parallel Build Execution
2 parents 8e01c66 + d67e5f1 commit e62e5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ micrometer.version=1.8.0
3636
scaffoldingVersion=4.0.0.RC1
3737
testingSupportVersion=2.3.1
3838
org.gradle.caching=true
39-
org.gradle.parallel=true
39+
org.gradle.parallel=false
4040
org.gradle.daemon=true
4141
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M

0 commit comments

Comments
 (0)