Skip to content

Commit

Permalink
Activate Maven Central sync from Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Mar 22, 2017
1 parent e8ea8c2 commit 427b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -197,7 +197,7 @@ bintray {
name = project.version
released = new Date()
mavenCentralSync {
sync = false
sync = true
user = System.getenv('SONATYPE_USER')
password = System.getenv('SONATYPE_PASSWORD')
close = '1'
Expand Down

0 comments on commit 427b9cc

Please sign in to comment.