File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ apply plugin: 'eclipse'
55apply plugin : ' jacoco'
66apply plugin : ' checkstyle'
77apply plugin : ' signing'
8- apply plugin : ' maven-publish'
98
109import org.apache.tools.ant.filters.*
1110
@@ -196,7 +195,7 @@ uploadArchives {
196195}
197196
198197wrapper {
199- gradleVersion = ' 4.10.1 '
198+ gradleVersion = ' 5.0 '
200199 distributionType = Wrapper.DistributionType . ALL
201200}
202201
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments