Skip to content

Commit

Permalink
publish script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ktvipin27 committed Jun 30, 2020
1 parent 8f27ed9 commit 1505a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ artifacts {
archives sourcesJar
}

Properties properties = new Properties()
properties.load(project.file('publish.properties').newDataInputStream())

bintray {
user = System.getenv("bintrayUser")
key = System.getenv("bintrayApiKey")
Expand Down

0 comments on commit 1505a54

Please sign in to comment.