Skip to content

Commit

Permalink
Disable gradle parallel option (Fixes #537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed May 1, 2021
1 parent 9d5579a commit 4086ae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
org.gradle.caching=true
org.gradle.parallel=true
# It is not possible to use parallel,
# because tests in multiple modules require the same ports
#org.gradle.parallel=true
org.gradle.vfs.watch=true
org.gradle.daemon=true

0 comments on commit 4086ae0

Please sign in to comment.