Bump minimum Java version to 8

This commit is contained in:
friendseeker 2024-11-18 22:24:30 -08:00 committed by Jiahui (Jerry) Tan
parent 55e90d2448
commit 96902ede84
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