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 c57c027 commit 82bb02cCopy full SHA for 82bb02c
1 file changed
src/sbt-test/sbt-maven/simple/build.sbt
@@ -4,6 +4,8 @@ lazy val root = project
4
.in(file("."))
5
.enablePlugins(SbtMavenPlugin)
6
.settings(
7
+ // Classic target layout so scripted checks keep working on sbt 2.
8
+ target := baseDirectory.value / "target",
9
crossPaths := false,
10
autoScalaLibrary := false,
11
organization := "com.example",
0 commit comments