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 1111ff0 + 34c9bc4 commit 4a2d882Copy full SHA for 4a2d882
build.sbt
@@ -1,4 +1,4 @@
1
-lazy val sbtJavaFormatter = project.in(file(".")).aggregate(plugin).settings(skip in publish := true)
+lazy val sbtJavaFormatter = project.in(file(".")).aggregate(plugin).settings(publish / skip := true)
2
3
lazy val plugin = project
4
.in(file("plugin"))
0 commit comments