mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
[2.x] ci: Update onLoadMessage (#8754)
This commit is contained in:
@@ -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 "")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user