We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd80883 commit d5a0140Copy full SHA for d5a0140
build.sbt
@@ -12,7 +12,7 @@ lazy val scala21219 = "2.13.16"
12
13
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14
//crossScalaVersions := Nil
15
-publish / skip := true // don't publish the root project
+//publish / skip := true // don't publish the root project
16
17
lazy val `sbt-openapi-generator` = (project in file("."))
18
.settings(
0 commit comments