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 3478f43 commit 34c9bc4Copy full SHA for 34c9bc4
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