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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 53f900d9 gradle 7.6.4 (#352)
53f900d9 is described below

commit 53f900d9151a1d77f91da8b02e4bbe0dd20d0ceb
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jul 31 15:41:59 2024 +0100

    gradle 7.6.4 (#352)
---
 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 61da0c29..1a529636 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-7.6.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
diff --git a/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy 
b/gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
index db831db7..5c108a4e 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", "7.6.2"]
+        gradleVersion << ["5.6", "5.6.4", "7.6.4"]
     }
 
     @Unroll
diff --git a/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties 
b/plugin-tester-java/gradle/wrapper/gradle-wrapper.properties
index f8742e0a..6e45e9ae 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-7.6.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
diff --git a/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties 
b/plugin-tester-scala/gradle/wrapper/gradle-wrapper.properties
index 9da0af39..89e746b7 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-7.6.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to