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 4c508da commit 78d92adCopy full SHA for 78d92ad
build.sbt
@@ -31,7 +31,7 @@ inThisBuild(
31
32
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
33
crossScalaVersions := Nil
34
-publish / skip := true // don't publish the root project
+//publish / skip := true // don't publish the root project
35
36
lazy val plugin = (project in file("."))
37
.enablePlugins(SbtPlugin)
0 commit comments