Skip to content

Commit

Permalink
Bump Gradle version to fix bug; remove workaround for Bintray (PR #87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy authored and xkrogen committed Mar 1, 2019
1 parent a056dee commit 8f7efac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ shipkit {
gitHub.writeAuthToken = System.getenv("GH_WRITE_TOKEN")
}

subprojects {
afterEvaluate {
allprojects {
plugins.withId("com.shipkit.bintray") {
bintray {
key = System.getenv("BINTRAY_API_KEY")
user = System.getenv("BINTRAY_USER")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 comments on commit 8f7efac

Please sign in to comment.