Skip to content

Commit c231bd6

Browse files
committed
allow overwrites on upload to deal with java modules
1 parent 9f12b6d commit c231bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ val sharedSettings = mimaDefaultSettings ++ Seq(
5151
commitNextVersion,
5252
pushChanges
5353
),
54+
publishConfiguration := publishConfiguration.value.withOverwrite(true),
5455
publishMavenStyle := true,
5556
publishArtifact in Test := false,
5657
pomIncludeRepository := { x =>

0 commit comments

Comments
 (0)