Skip to content

Commit 82bb02c

Browse files
committed
Once more fix scripted test
1 parent c57c027 commit 82bb02c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sbt-test/sbt-maven/simple/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ lazy val root = project
44
.in(file("."))
55
.enablePlugins(SbtMavenPlugin)
66
.settings(
7+
// Classic target layout so scripted checks keep working on sbt 2.
8+
target := baseDirectory.value / "target",
79
crossPaths := false,
810
autoScalaLibrary := false,
911
organization := "com.example",

0 commit comments

Comments
 (0)