Skip to content

Commit c934d50

Browse files
committed
ThisBuild / javafmtFormatterCompatibleJavaVersion := 11
1 parent df71f49 commit c934d50

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ lazy val mimaSettings = Seq(
2727
)
2828
)
2929

30+
ThisBuild / javafmtFormatterCompatibleJavaVersion := 11
31+
3032
lazy val root = project
3133
.in(file("."))
3234
.aggregate(core, plugin)

docs/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import sbtheader.LineCommentCreator
88

99
SettingKey[Seq[File]]("migrationManualSources") := Nil
1010

11+
ThisBuild / javafmtFormatterCompatibleJavaVersion := 11
12+
1113
lazy val docs = project
1214
.in(file("."))
1315
.enablePlugins(PlayDocsPlugin, PlayEbean)

0 commit comments

Comments
 (0)