Update gradle and gradle plugin versions

This commit is contained in:
broccolai 2020-10-20 09:19:09 +01:00 committed by Alexander Söderberg
parent 5ce9677cb4
commit 5cdef1b401
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.15.0' id 'com.github.hierynomus.license' version '0.15.0'
id 'java-library' id 'java-library'
id 'com.github.johnrengelman.shadow' version '6.1.0' id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'de.marcphilipp.nexus-publish' version '0.3.0' id 'de.marcphilipp.nexus-publish' version '0.4.0'
} }
checkstyle { checkstyle {

View file

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