-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.5, support jdk21 #234
Conversation
@@ -16,8 +16,8 @@ | |||
# | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | |||
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
taken from https://gradle.org/release-checksums/
@@ -85,9 +85,6 @@ done | |||
APP_BASE_NAME=${0##*/} | |||
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit | |||
|
|||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
every change in this file is a result of command ./gradlew wrapper --gradle-version 8.4
spotbugs.version=3.1.11 | ||
|
||
asm.version=7.1 | ||
bouncycastle.version=1.70 | ||
bytebuddy.version=1.14.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bytebuddy which came with mockito does not support java 21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
I was going to suggest upgrading Mockito, but then realized that 5.x has dropped Java 8 support.
Do you plan to merge this @snuyanzin ? |
Thanks for the reminder and thanks for the review I just added a note about JDK 21 in I will merge it today |
squashed commits |
No description provided.