We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f12b6d commit c231bd6Copy full SHA for c231bd6
build.sbt
@@ -51,6 +51,7 @@ val sharedSettings = mimaDefaultSettings ++ Seq(
51
commitNextVersion,
52
pushChanges
53
),
54
+ publishConfiguration := publishConfiguration.value.withOverwrite(true),
55
publishMavenStyle := true,
56
publishArtifact in Test := false,
57
pomIncludeRepository := { x =>
0 commit comments