From e59773912ad0b3db5bd94dbe8d3bc90a4eab69ff Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 4 Jun 2019 15:56:00 -0500 Subject: [PATCH] Upgrade gradle and asciidoctor plugin. --- build.gradle | 11 +++-------- gradle/wrapper/gradle-wrapper.properties | 3 +-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 1a94e14..2478fc0 100644 --- a/build.gradle +++ b/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' -} diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a7017c3..f4d7b2b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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