This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new ddaf798c16 GEODE-10462: Upgrade Gradle to 7.3.3 for Java 17 and
Jakarta EE 9 Compatibility (#7927)
ddaf798c16 is described below
commit ddaf798c16fc437fc284d96255319265a465b0ef
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Fri Sep 19 07:53:03 2025 -0400
GEODE-10462: Upgrade Gradle to 7.3.3 for Java 17 and Jakarta EE 9
Compatibility (#7927)
Upgraded the Gradle build system to version 7.3.3 to enable support for
Java 17 and Jakarta EE 9. This change ensures compatibility with modern Java
features and aligns the build infrastructure with current Jakarta EE standards.
The upgrade improves overall build stability across supported platforms. It
also lays the groundwork for future enhancements involving newer JVM and EE
specifications.
---
gradle/wrapper/gradle-wrapper.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 3c4101c3ec..669386b870 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.0-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists