We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df71f49 commit c934d50Copy full SHA for c934d50
2 files changed
build.sbt
@@ -27,6 +27,8 @@ lazy val mimaSettings = Seq(
27
)
28
29
30
+ThisBuild / javafmtFormatterCompatibleJavaVersion := 11
31
+
32
lazy val root = project
33
.in(file("."))
34
.aggregate(core, plugin)
docs/build.sbt
@@ -8,6 +8,8 @@ import sbtheader.LineCommentCreator
8
9
SettingKey[Seq[File]]("migrationManualSources") := Nil
10
11
12
13
lazy val docs = project
14
15
.enablePlugins(PlayDocsPlugin, PlayEbean)
0 commit comments