Skip to content

Commit

Permalink
Undo bintray props
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 3, 2017
1 parent 43b2a6c commit 6603ea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.iml
.gradle
/bintray.properties
/local.properties
/.idea/workspace.xml
/.idea/libraries
Expand Down
2 changes: 1 addition & 1 deletion gradle/gradle-bintray-upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ artifacts {

// Bintray
Properties properties = new Properties()
properties.load(project.rootProject.file('bintray.properties').newDataInputStream())
properties.load(project.rootProject.file('local.properties').newDataInputStream())

bintray {
user = properties.getProperty("bintray.user")
Expand Down

0 comments on commit 6603ea2

Please sign in to comment.