Skip to content

Commit 8f7efac

Browse files
mockitoguyxkrogen
authored andcommitted
Bump Gradle version to fix bug; remove workaround for Bintray (PR #87)
1 parent a056dee commit 8f7efac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/shipkit.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ shipkit {
66
gitHub.writeAuthToken = System.getenv("GH_WRITE_TOKEN")
77
}
88

9-
subprojects {
10-
afterEvaluate {
9+
allprojects {
10+
plugins.withId("com.shipkit.bintray") {
1111
bintray {
1212
key = System.getenv("BINTRAY_API_KEY")
1313
user = System.getenv("BINTRAY_USER")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 commit comments

Comments
 (0)