Skip to content

Commit

Permalink
build: publish artefact on bintray automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
morind committed Dec 22, 2017
1 parent ef2b536 commit 7bacee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ project(':sensision') {
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')

publications = [ 'sensisionService' ]
publish = true

pkg {
repo = 'generic'
Expand Down Expand Up @@ -393,6 +394,7 @@ project(':sensision-lib') {
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')

publications = [ 'sensisionlib' ]
publish = true

pkg {
repo = 'maven'
Expand Down

0 comments on commit 7bacee5

Please sign in to comment.