We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9614ee6 commit f27936cCopy full SHA for f27936c
build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
// dependsOn ("jacocoLogAggregatedCoverage")
16
//}
17
18
-
+group = "io.openapiprocessor"
19
extra["publishUser"] = buildProperty("PUBLISH_USER")
20
extra["publishKey"] = buildProperty("PUBLISH_KEY")
21
val publishUser: String by extra
0 commit comments