update gradle plugin versions
This commit is contained in:
parent
a2396a021b
commit
93ab17cb64
2 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.spotbugs" version "2.0.0"
|
id "org.sonarqube" version '2.8'
|
||||||
id "org.sonarqube" version '2.6.1'
|
id "io.codearte.nexus-staging" version "0.21.1"
|
||||||
id "io.codearte.nexus-staging" version "0.11.0"
|
id "com.github.spotbugs" version "2.0.1"
|
||||||
id "org.xbib.gradle.plugin.asciidoctor" version "1.5.6.0.1"
|
id "org.xbib.gradle.plugin.asciidoctor" version "1.5.6.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
asciidoctor {
|
asciidoctor {
|
||||||
backends 'html5'
|
backends 'html5'
|
||||||
outputDir = file("${rootProject.projectDir}/docs")
|
outputDir = file("${rootProject.projectDir}/docs")
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
#Sun Sep 15 13:47:17 CEST 2019
|
#Sun Nov 10 16:46:54 CET 2019
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue