From 93ab17cb643fa2613ea6834cb75ddac288b24860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Mon, 11 Nov 2019 09:45:11 +0100 Subject: [PATCH] update gradle plugin versions --- build.gradle | 7 +++---- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 9bacf0f..8b42a7d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,10 @@ plugins { - id "com.github.spotbugs" version "2.0.0" - id "org.sonarqube" version '2.6.1' - id "io.codearte.nexus-staging" version "0.11.0" + id "org.sonarqube" version '2.8' + id "io.codearte.nexus-staging" version "0.21.1" + id "com.github.spotbugs" version "2.0.1" id "org.xbib.gradle.plugin.asciidoctor" version "1.5.6.0.1" } - asciidoctor { backends 'html5' outputDir = file("${rootProject.projectDir}/docs") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bb9d48b..8487456 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ -#Sun Sep 15 13:47:17 CEST 2019 -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip +#Sun Nov 10 16:46:54 CET 2019 +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists