There was an error while loading. Please reload this page.
1 parent 0639c4e commit cda8cddCopy full SHA for cda8cdd
build.sbt
@@ -16,6 +16,7 @@ lazy val root = project.in(file("."))
16
target := baseDirectory.value / "target",
17
ideSkipProject := false,
18
publish / skip := true,
19
+ releaseCrossBuild := false,
20
mdocIn := baseDirectory.value / "README.md",
21
)
22
0 commit comments