Skip to content

Commit 78d92ad

Browse files
committed
comment out publish skip
1 parent 4c508da commit 78d92ad

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
@@ -31,7 +31,7 @@ inThisBuild(
3131

3232
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
3333
crossScalaVersions := Nil
34-
publish / skip := true // don't publish the root project
34+
//publish / skip := true // don't publish the root project
3535

3636
lazy val plugin = (project in file("."))
3737
.enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)