Skip to content

Commit

Permalink
publish to new bintray repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Jun 13, 2020
1 parent 1969a65 commit ff68210
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,14 @@ dokka {
bintray {
user = bintrayUser
key = bintrayKey
publications = ['processor']
publications = ['core']

pkg {
repo = 'openapi-processor'
repo = 'primary'
name = 'openapi-processor-core'
//userOrg = 'openapi-processor'
userOrg = 'openapi-processor'
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/hauner/openapi-processor-core'

vcsUrl = 'https://github.com/openapi-processor/openapi-processor-core'
version {
name = project.version
}
Expand All @@ -180,7 +179,7 @@ bintray {

publishing {
publications {
processor (MavenPublication) {
core (MavenPublication) {
from components.java
artifact sourcesJar
artifact javadocJar
Expand Down

0 comments on commit ff68210

Please sign in to comment.