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:
@@ -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'
|
||||
}
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user