We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901f2b commit fbf0ed5Copy full SHA for fbf0ed5
project/Build.scala
@@ -1164,6 +1164,8 @@ object Build {
1164
publishMavenStyle := true,
1165
isSnapshot := version.value.contains("SNAPSHOT"),
1166
publishTo := sonatypePublishToBundle.value,
1167
+ publishConfiguration ~= (_.withOverwrite(true)),
1168
+ publishLocalConfiguration ~= (_.withOverwrite(true)),
1169
publishArtifact in Test := false,
1170
homepage := Some(url(dottyGithubUrl)),
1171
licenses += ("BSD New",
0 commit comments