Skip to content

Commit 7c83d22

Browse files
committed
Disable crossPath publishing
1 parent cf6c860 commit 7c83d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
3636

3737
publishMavenStyle := true
3838

39+
crossPaths := false
40+
3941
publishTo <<= version { version =>
4042
Some {
4143
"spray nexus" at {

0 commit comments

Comments
 (0)