diff --git a/build.gradle b/build.gradle index 36f531d40e..503c6fccfd 100644 --- a/build.gradle +++ b/build.gradle @@ -11,14 +11,14 @@ buildscript { classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' classpath 'io.spring.gradle:spring-io-plugin:0.0.5.RELEASE' classpath "io.spring.gradle:dependency-management-plugin:0.6.0.RELEASE" - classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.1" + classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2" classpath "org.asciidoctor:asciidoctor-gradle-plugin:1.5.3" classpath "org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.14" } } plugins { - id 'org.sonarqube' version '2.1' + id 'org.sonarqube' version '2.6.2' } ext { @@ -910,5 +910,5 @@ or specify the Gradle property `TCK_HOME`, e.g: ./gradlew runTck -PTCK_HOME=/pat task wrapper(type: Wrapper) { description = 'Generates gradlew[.bat] scripts' - gradleVersion = '3.5' + gradleVersion = '4.10' } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 92a648f5e7..28861d273a 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 813789588f..c0c1102a7a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed May 24 14:01:03 EDT 2017 +#Tue Sep 04 23:22:05 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip