[1.x] hide JDK warnings if JDK 26 or later (#9120)

Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
This commit is contained in:
eugene yokota 2026-04-21 23:39:59 -04:00 committed by GitHub
parent 26d852964b
commit 6723437f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -358,7 +358,7 @@ addSbtScriptProperty () {
}
addJdkWorkaround () {
local is_25="$(expr $java_version "=" 25)"
local is_25="$(expr $java_version ">=" 25)"
if [[ "$hide_jdk_warnings" == "0" ]]; then
:
else