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 da5b228  Improve GRADLE build Performance
da5b228 is described below

commit da5b228876771dd9e4408eeb23dd44d94b9a2499
Author: shisheng-1 <[email protected]>
AuthorDate: Fri Nov 5 23:32:45 2021 +0800

    Improve GRADLE build Performance
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..fc34aca
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.caching = true
+org.gradle.parallel = true
+org.gradle.configureondemand = true

Reply via email to