Skip to content

Commit c231bd6

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.sbt

Lines changed: 1 addition & 0 deletions
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)