This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new b434379 Disabling Gradle parallel builds for breaking integr. tests
b434379 is described below
commit b434379635b7c2ee8db371d045e37f3ae9369e52
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Thu Dec 2 17:56:20 2021 -0300
Disabling Gradle parallel builds for breaking integr. tests
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index fc34aca..04eccc5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.caching = true
-org.gradle.parallel = true
+# org.gradle.parallel = true
org.gradle.configureondemand = true