This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new beab841a Update gradle to 6.9.1
beab841a is described below
commit beab841a84f158def3bbadfb7abee493bce6e69d
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Aug 9 13:14:15 2023 +0200
Update gradle to 6.9.1
---
gradle-plugin/gradle/wrapper/gradle-wrapper.properties | 2 +-
gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy | 2 +-
plugin-tester-java/gradle/wrapper/gradle-wrapper.properties | 2 +-
plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gradle-plugin/gradle/wrapper/gradle-wrapper.properties
b/gradle-plugin/gradle/wrapper/gradle-wrapper.properties
index e5db1a26..826cbaa2 100644
--- a/gradle-plugin/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle-plugin/gradle/wrapper/gradle-wrapper.properties
@@ -5,4 +5,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
diff --git a/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
b/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
index b3ea282a..ab0411f8 100644
--- a/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
+++ b/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
@@ -42,7 +42,7 @@ class GradleCompatibilitySpec extends BaseSpec {
then:
result.task(":tasks").outcome == TaskOutcome.SUCCESS
where:
- gradleVersion << ["5.6", "5.6.4", "6.4.1"]
+ gradleVersion << ["5.6", "5.6.4", "6.9.1"]
}
@Unroll
diff --git a/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties
b/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties
index 1ebb42b7..8bdf28da 100644
--- a/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties
+++ b/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
diff --git a/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties
b/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties
index dea4c398..3bfff46a 100644
--- a/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties
+++ b/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]