Skip to content

Commit f965636

Browse files
Script fixed
1 parent a200c2d commit f965636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/gradle-bintray-push.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
8989

9090
bintray {
9191
user = properties.getProperty("BINTRAY_USER")
92-
key = properties.getProperty("APIKEY")
92+
key = properties.getProperty("BINTRAY_APIKEY")
9393

9494
configurations = ['archives']
9595
pkg {
9696
name = GROUP + ":" + POM_ARTIFACT_ID
9797
desc = POM_DESCRIPTION
9898

9999
userOrg = properties.getProperty("BINTRAY_USER_ORG")
100-
repo = properties.getProperty("REPO")
100+
repo = properties.getProperty("BINTRAY_REPO")
101101

102102
websiteUrl = POM_URL
103103
issueTrackerUrl = POM_URL + "/issues"

0 commit comments

Comments
 (0)