update gradle to 7.1.1

This commit is contained in:
Robert Stoll
2021-08-10 21:04:17 +02:00
parent 744657a8b7
commit 2e836ac3f5
4 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ configure(nonCommonAndJsProjects - toolProjects) { Project subproject ->
apply plugin: 'ch.tutteli.kotlin.module.info'
dokka {
logging.setLevel(LogLevel.QUIET)
// logging.setLevel(LogLevel.QUIET)
samples = findSamples([subproject])
}
compileKotlin {

Binary file not shown.

View File

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

2
gradlew vendored
View File

@@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )