Upgrade gradle and asciidoctor plugin.
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -24,8 +24,8 @@ buildscript {
|
||||
classpath 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
|
||||
classpath 'io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE'
|
||||
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
|
||||
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.8'
|
||||
classpath("io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE")
|
||||
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.12'
|
||||
classpath 'io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,8 +48,7 @@ ext {
|
||||
}
|
||||
ext['spring-security.version'] = springSecurityVersion
|
||||
|
||||
|
||||
apply plugin: "io.spring.nohttp"
|
||||
apply plugin: 'io.spring.nohttp'
|
||||
|
||||
checkstyle {
|
||||
toolVersion = 8.16
|
||||
@@ -190,7 +189,3 @@ configure(rootProject) {
|
||||
description = "Builds -dist and -docs distribution archives."
|
||||
}
|
||||
}
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '4.10'
|
||||
}
|
||||
|
||||
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,5 @@
|
||||
#Fri Oct 26 14:49:19 CDT 2018
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
|
||||
|
||||
Reference in New Issue
Block a user