mirror of https://github.com/sbt/sbt.git
[2.x] ci: Update onLoadMessage (#8754)
This commit is contained in:
parent
f870b60b7c
commit
d6ebe3cc69
|
|
@ -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 "")
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue