Skip to content

Commit

Permalink
Turned on bintray publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ByMartrixX committed Oct 20, 2020
1 parent c6640be commit dae849e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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"]
publish = false
publish = true
pkg {
repo = 'maven'
name = 'player_events'
Expand Down
2 changes: 1 addition & 1 deletion player-events-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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"]
publish = false
publish = true
pkg {
repo = 'maven'
name = 'player_events_api'
Expand Down

0 comments on commit dae849e

Please sign in to comment.