Upgrade Gradle and plugins

This commit is contained in:
Artem Bilan
2020-07-30 16:01:31 -04:00
parent 564617bff0
commit 7ce020dfa7
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ buildscript {
}
plugins {
id 'org.sonarqube' version '2.8'
id 'org.sonarqube' version '3.0'
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
id 'org.ajoberstar.grgit' version '4.0.2'
id "io.spring.dependency-management" version '1.0.9.RELEASE'
id 'com.jfrog.artifactory' version '4.15.2' apply false
id 'com.jfrog.artifactory' version '4.16.1' apply false
id 'org.jetbrains.dokka' version '0.10.1'
id 'org.asciidoctor.jvm.pdf' version '3.2.0'
id 'org.asciidoctor.jvm.gems' version '3.2.0'
@@ -327,7 +327,7 @@ configure(javaProjects) { subproject ->
checkstyle {
configDirectory.set(rootProject.file("src/checkstyle"))
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.33'
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.35'
}
jar {

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists