Skip to content

Commit 34c9bc4

Browse files
authored
fix warning in build.sbt
1 parent 3478f43 commit 34c9bc4

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)