Skip to content

Conversation

lruellan
Copy link

@lruellan lruellan commented Mar 8, 2025

The current build script includes the Java 8 JDK but rules_jvm_external extension requires Java 11 (https://github.com/bazel-contrib/rules_jvm_external/releases/tag/6.7).

@@ -21,6 +23,10 @@ if [ -z "${BAZEL_VERSION}" ]; then
exit 1
fi

if [ -z "$JAVA_VERSION" ]; then
JAVA_VERSION="openjdk-8-jdk"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is no hurt to upgrade the default JDK version to 11 or even 21?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants