Upgrade Gradle Wrapper to 7.2

This commit is contained in:
Jakub Chrzanowski
2021-08-18 12:23:06 +02:00
committed by Jakub Chrzanowski
parent c90746c66b
commit 904e16d187
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ platformPlugins =
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 11
gradleVersion = 7.1.1
gradleVersion = 7.2
# Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.