File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ lazy val mimaSettings = Seq(
2828 )
2929)
3030
31+ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
32+
3133lazy val root = project
3234 .in(file(" ." ))
3335 .aggregate(core, plugin)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import sbtheader.LineCommentCreator
88
99SettingKey [Seq [File ]](" migrationManualSources" ) := Nil
1010
11+ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
12+
1113lazy val docs = project
1214 .in(file(" ." ))
1315 .enablePlugins(PlayDocsPlugin , PlayEbean )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
88
99addSbtPlugin(" org.playframework" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.1.0-M5" ))
1010
11- addSbtPlugin(" com.lightbend .sbt" % " sbt-java-formatter" % " 0.8 .0" )
11+ addSbtPlugin(" com.github .sbt" % " sbt-java-formatter" % " 0.12 .0" )
1212
1313addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6" )
1414
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
88
99addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
1010
11- addSbtPlugin(" com.lightbend .sbt" % " sbt-java-formatter" % " 0.8 .0" )
11+ addSbtPlugin(" com.github .sbt" % " sbt-java-formatter" % " 0.12 .0" )
You can’t perform that action at this time.
0 commit comments