Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor authored Jan 20, 2021
1 parent 285e30f commit 129b0cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ publishing {

bintray {
user = System.getenv('BINTRAY_USER')
System.out.println(System.getenv('BINTRAY_KEY'))
System.out.println("HELLO????")
System.out.println(user)
key = System.getenv('BINTRAY_KEY')
System.out.println(key)
publications = ["mavenCommon"]
publish = true
pkg {
Expand Down

0 comments on commit 129b0cb

Please sign in to comment.