Skip to content

Commit

Permalink
Merge pull request #366 from grails/puneetbehl-patch-6
Browse files Browse the repository at this point in the history
Disable Gradle Parallel Flag
  • Loading branch information
puneetbehl authored Dec 17, 2021
2 parents 778f510 + 48e2f1d commit 2a70a7d
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 @@ -32,7 +32,7 @@ webdriverBinariesVersion=1.4

org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
#org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M

# Used by example applications, aren't required to be release versions
Expand Down

0 comments on commit 2a70a7d

Please sign in to comment.