We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f866269 commit 7b6e3dbCopy full SHA for 7b6e3db
1 file changed
build.gradle.kts
@@ -90,7 +90,7 @@ val bintrayKey: String by project.ext
90
91
publishing {
92
publications {
93
- create<MavenPublication>("projectArtifacts") {
+ create<MavenPublication>("OpenApiProcessor") {
94
from(components["java"])
95
artifact(sourcesJar.get())
96
artifact(javadocJar.get())
0 commit comments