Skip to content

Commit cda8cdd

Browse files
committed
fix root project release errors
1 parent 0639c4e commit cda8cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lazy val root = project.in(file("."))
1616
target := baseDirectory.value / "target",
1717
ideSkipProject := false,
1818
publish / skip := true,
19+
releaseCrossBuild := false,
1920
mdocIn := baseDirectory.value / "README.md",
2021
)
2122

0 commit comments

Comments
 (0)