You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/08/09 07:13:47 UTC

[incubator-tuweni] branch main updated: upgrade gradle to 7.5

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 08c08ddc upgrade gradle to 7.5
     new 43a84eb9 Merge pull request #432 from atoulme/gradle
08c08ddc is described below

commit 08c08ddc852785e9b8649ef7715bea9ed10f3dcb
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Aug 8 23:07:40 2022 -0700

    upgrade gradle to 7.5
---
 build.gradle                             | 2 +-
 gradle.properties                        | 3 ++-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 90587f32..037c6a7e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,7 +76,7 @@ gradle.startParameter.taskNames.each {
 gradle.startParameter.taskNames = expandedTaskList.flatten()
 
 ext {
-  gradleVersion = '7.3'
+  gradleVersion = '7.5'
 }
 
 apply from: "${rootDir}/gradle/wrapper.gradle"
diff --git a/gradle.properties b/gradle.properties
index 6aa38293..68cdfb23 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,4 +18,5 @@ org.gradle.jvmargs=-Xmx2048m \
   --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
   --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
   --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
-  --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
\ No newline at end of file
+  --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
+org.gradle.welcome=never
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index fbce071a..2ec77e51 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org