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

Co-authored-by: kenji yoshida <[email protected]>
This commit is contained in:
eugene yokota
2026-04-21 23:39:59 -04:00
committed by GitHub
co-authored by kenji yoshida
parent 26d852964b
commit 6723437f97
+1 -1
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