Skip to content

Commit 4a2d882

Browse files
authored
Merge pull request #212 from xuwei-k/patch-1
fix warning in build.sbt
2 parents 1111ff0 + 34c9bc4 commit 4a2d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val sbtJavaFormatter = project.in(file(".")).aggregate(plugin).settings(skip in publish := true)
1+
lazy val sbtJavaFormatter = project.in(file(".")).aggregate(plugin).settings(publish / skip := true)
22

33
lazy val plugin = project
44
.in(file("plugin"))

0 commit comments

Comments
 (0)