We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d92ad commit 8555879Copy full SHA for 8555879
.github/workflows/release.yml
@@ -1,5 +1,6 @@
1
name: Release
2
on:
3
+ pull_request:
4
push:
5
branches: [master, main]
6
tags: ["**"]
build.sbt
@@ -38,6 +38,7 @@ lazy val plugin = (project in file("."))
38
.settings(
39
moduleName := "sbt-openapi-generator",
40
crossScalaVersions := Seq(scala212, scala3),
41
+ sbtPlugin := true,
42
scalacOptions ++= {
43
scalaBinaryVersion.value match {
44
case "2.12" => "-Xsource:3" :: Nil
0 commit comments