diff --git a/build.gradle b/build.gradle index 57c4eab3c..3df354237 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ apply plugin: 'eclipse' apply plugin: 'jacoco' apply plugin: 'checkstyle' apply plugin: 'signing' -apply plugin: 'maven-publish' import org.apache.tools.ant.filters.* @@ -196,7 +195,7 @@ uploadArchives { } wrapper { - gradleVersion = '4.10.1' + gradleVersion = '5.0' distributionType = Wrapper.DistributionType.ALL } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4e974715f..ee671127f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists