From b443605ec686a94ec6507ce3e2afd0758f87daa9 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 16 Feb 2022 10:07:46 -0500 Subject: [PATCH] Upgrade to Gradle 7.3.3 for Java 17 compatibility To simplify project support, it is better to let this `5.5.x` branch to be build with Java 17 while keeping the old code style and bytecode for Java 8 compatibility. --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 46dcc66106..3e000b9fe3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionSha256Sum=23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392 \ No newline at end of file +distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302 \ No newline at end of file