Merge pull request #7897 from Friendseeker/bump-mininum-java-version-to-8

[1.x] Bump minimum Java version in launcher script to `8`
This commit is contained in:
eugene yokota 2024-11-19 02:19:07 -05:00 committed by GitHub
commit 881d78d2b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -910,7 +910,7 @@ if !sbtBinaryV_1! geq 2 (
exit /B 0
:checkjava
set /a required_version=6
set /a required_version=8
if /I !JAVA_VERSION! GEQ !required_version! (
exit /B 0
)

2
sbt
View File

@ -493,7 +493,7 @@ run() {
}
# TODO - java check should be configurable...
checkJava "6"
checkJava "8"
# Java 9 support
copyRt