Skip to content

Commit 58e85fe

Browse files
committed
better publication name
1 parent e2701ba commit 58e85fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ artifacts {
4141
bintray {
4242
user = bintrayUser
4343
key = bintrayKey
44-
publications = ['Processor']
44+
publications = ['api']
4545

4646
pkg {
4747
repo = 'openapi-processor'
@@ -57,7 +57,7 @@ bintray {
5757

5858
publishing {
5959
publications {
60-
Processor (MavenPublication) {
60+
api (MavenPublication) {
6161
from components.java
6262
artifact sourcesJar
6363
artifact javadocJar

0 commit comments

Comments
 (0)