Skip to content

Commit

Permalink
allow overwrites on upload to deal with java modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Nov 19, 2019
1 parent 9f12b6d commit c231bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ val sharedSettings = mimaDefaultSettings ++ Seq(
commitNextVersion,
pushChanges
),
publishConfiguration := publishConfiguration.value.withOverwrite(true),
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { x =>
Expand Down

0 comments on commit c231bd6

Please sign in to comment.