[2.x] ci: Update onLoadMessage (#8754)

This commit is contained in:
kenji yoshida 2026-02-18 03:30:04 +09:00 committed by GitHub
parent f870b60b7c
commit d6ebe3cc69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ lazy val sbtRoot: Project = (project in file("."))
| /____/_.___/\__/
|Welcome to the build for sbt.
|""".stripMargin +
(if (version != "1.8")
(if (version != "17")
s"""!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
| Java version is $version. We recommend java 8.
| Java version is $version. We recommend java 17.
|!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!""".stripMargin
else "")
},