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 f27936c commit 62e85ecCopy full SHA for 62e85ec
build.gradle.kts
@@ -16,6 +16,9 @@ repositories {
16
//}
17
18
group = "io.openapiprocessor"
19
+version = libs.versions.openapiparser.get()
20
+println("version: $version")
21
+
22
extra["publishUser"] = buildProperty("PUBLISH_USER")
23
extra["publishKey"] = buildProperty("PUBLISH_KEY")
24
val publishUser: String by extra
0 commit comments