We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2701ba commit 58e85feCopy full SHA for 58e85fe
1 file changed
build.gradle
@@ -41,7 +41,7 @@ artifacts {
41
bintray {
42
user = bintrayUser
43
key = bintrayKey
44
- publications = ['Processor']
+ publications = ['api']
45
46
pkg {
47
repo = 'openapi-processor'
@@ -57,7 +57,7 @@ bintray {
57
58
publishing {
59
publications {
60
- Processor (MavenPublication) {
+ api (MavenPublication) {
61
from components.java
62
artifact sourcesJar
63
artifact javadocJar
0 commit comments