[Gradle] Bump gradle-download-task version to 4.1.1 to support configuration cache

Relates to #KT-44611
This commit is contained in:
Alexander Likhachev
2021-02-16 22:19:05 +03:00
committed by TeamCityServer
parent 67632a495b
commit 3e09bb3d3f
@@ -56,7 +56,7 @@ dependencies {
embedded(project(":kotlin-gradle-build-metrics"))
implementation("com.google.code.gson:gson:${rootProject.extra["versions.jar.gson"]}")
implementation("de.undercouch:gradle-download-task:4.0.2")
implementation("de.undercouch:gradle-download-task:4.1.1")
implementation("com.github.gundy:semver4j:0.16.4:nodeps") {
exclude(group = "*")
}