mirror of https://github.com/apache/lucene.git
java 17 -> java 21
This commit is contained in:
parent
fefde0f721
commit
23ecac438a
|
@ -160,7 +160,7 @@ GRADLE_WRAPPER_JAR="$APP_HOME/gradle/wrapper/gradle-wrapper.jar"
|
||||||
"$JAVACMD" $JAVA_OPTS --source 11 "$APP_HOME/buildSrc/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java" "$GRADLE_WRAPPER_JAR"
|
"$JAVACMD" $JAVA_OPTS --source 11 "$APP_HOME/buildSrc/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java" "$GRADLE_WRAPPER_JAR"
|
||||||
WRAPPER_STATUS=$?
|
WRAPPER_STATUS=$?
|
||||||
if [ "$WRAPPER_STATUS" -eq 1 ]; then
|
if [ "$WRAPPER_STATUS" -eq 1 ]; then
|
||||||
echo "ERROR: Something went wrong. Make sure you're using Java version between 17 and 21."
|
echo "ERROR: Something went wrong. Make sure you're using Java version of exactly 21."
|
||||||
exit $WRAPPER_STATUS
|
exit $WRAPPER_STATUS
|
||||||
elif [ "$WRAPPER_STATUS" -ne 0 ]; then
|
elif [ "$WRAPPER_STATUS" -ne 0 ]; then
|
||||||
exit $WRAPPER_STATUS
|
exit $WRAPPER_STATUS
|
||||||
|
|
|
@ -106,7 +106,7 @@ goto fail
|
||||||
|
|
||||||
:failWithJvmMessage
|
:failWithJvmMessage
|
||||||
@rem https://github.com/apache/lucene/pull/819
|
@rem https://github.com/apache/lucene/pull/819
|
||||||
echo Error: Something went wrong. Make sure you're using Java version between 17 and 21.
|
echo Error: Something went wrong. Make sure you're using Java version of exactly 21.
|
||||||
|
|
||||||
:fail
|
:fail
|
||||||
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
||||||
|
|
Loading…
Reference in New Issue