Skip to content

Commit f6ebeb2

Browse files
Upgrade to Gradle 5.0 (appium#1076)
1 parent 98daabe commit f6ebeb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ apply plugin: 'eclipse'
55
apply plugin: 'jacoco'
66
apply plugin: 'checkstyle'
77
apply plugin: 'signing'
8-
apply plugin: 'maven-publish'
98

109
import org.apache.tools.ant.filters.*
1110

@@ -196,7 +195,7 @@ uploadArchives {
196195
}
197196

198197
wrapper {
199-
gradleVersion = '4.10.1'
198+
gradleVersion = '5.0'
200199
distributionType = Wrapper.DistributionType.ALL
201200
}
202201

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)