Upgrade gradle to version 4.10

Needed to upgrade SonarQube plugin version to latest because of
https://github.com/gradle/gradle/issues/1667

Resolves BATCH-2725
This commit is contained in:
Mahmoud Ben Hassine
2018-09-05 16:16:39 +02:00
parent 9b8a6d1d1a
commit c8a0a7d407
3 changed files with 5 additions and 5 deletions

View File

@@ -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'
}

Binary file not shown.

View File

@@ -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