Skip to content

Commit

Permalink
Merge pull request #11981 from mkurz/eol_onLoadMessage
Browse files Browse the repository at this point in the history
Display soft warning about EOL when starting sbt
  • Loading branch information
mkurz committed Oct 19, 2023
2 parents b274b58 + 39bb946 commit 1d24be9
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -89,6 +89,11 @@ object PlaySettings extends PlaySettingsCompat {
)}
|https://www.playframework.com/sponsors
|
|
|${Colors.blue(Colors.bold("Play 2.9 and 3.0 released! Play 2.8 will be end-of-life (EOL) at May 31st, 2024."))}
|Please upgrade, see https://www.playframework.com/documentation/2.9.x/Highlights29
|
|
|""".stripMargin +
(if (javaVersion == "17")
s"""Running Play on Java ${sys.props("java.specification.version")} is experimental. Tweaks are necessary:
Expand Down

0 comments on commit 1d24be9

Please sign in to comment.