Skip to content

Commit

Permalink
Remove local properties to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 7, 2020
1 parent 9b8fa79 commit 6b33891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rssparser/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project.ext {
}

def properties = new Properties()
properties.load(new FileInputStream("local.properties"))
//properties.load(new FileInputStream("local.properties"))

bintray {
user = System.getenv("bintrayUser") ?: properties.getProperty("bintray.user")
Expand Down

0 comments on commit 6b33891

Please sign in to comment.