Skip to content

Commit c6e5871

Browse files
committed
monk
1 parent 7582b61 commit c6e5871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/common.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ object common {
2121
s map {
2222
case `publishArtifacts` => publishArtifacts.copy(action = publishArtifactsAction)
2323
case s => s
24+
} map {
25+
_.copy(enableCrossBuild = false)
2426
}
2527
}
2628
)

0 commit comments

Comments
 (0)