Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed May 31, 2020
1 parent b28dbf6 commit d9b2dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -148,7 +148,7 @@ subprojects {
user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_KEY')
publications = ["${archivesBaseName}_mavenJava"]
override = true
publish = true
pkg {
repo = "cloth"
name = archivesBaseName
Expand Down Expand Up @@ -180,7 +180,7 @@ bintray {
user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_KEY')
publications = ["mavenJava"]
override = true
publish = true
pkg {
repo = "cloth"
name = "cloth-api"
Expand Down

0 comments on commit d9b2dc2

Please sign in to comment.