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.
2 parents 54ec1a6 + 1116e2e commit 809f6f3Copy full SHA for 809f6f3
build.sbt
@@ -138,6 +138,7 @@ lazy val `scalafix-rules` = project
138
.in(file("scalafix/rules"))
139
.settings(
140
organization := (organization in compat212JVM).value,
141
+ publishTo := (publishTo in compat212JVM).value,
142
version := (version in compat212JVM).value,
143
name := "scala-collection-migrations",
144
scalaVersion := scalafixScala212,
@@ -353,7 +354,7 @@ inThisBuild(
353
354
releaseVersion.map("set every version := \"" + _ + "\"").toList
355
356
val publishTask =
- if (releaseVersion.nonEmpty) {
357
+ if (releaseVersion.nonEmpty && !isBinaryCompat) {
358
List(
359
preRelease,
360
s"$projectPrefix/publish-signed"
0 commit comments