Skip to content

Commit

Permalink
Downgrade gradle-download-task
Browse files Browse the repository at this point in the history
Use the 4.1.2 version where #516 is not reproduced.
  • Loading branch information
juliabeliaeva committed Jan 12, 2023
1 parent d4987ea commit bcfc76d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradlePlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ compileKotlin {

dependencies {
implementation gradleApi()
implementation "de.undercouch.download:de.undercouch.download.gradle.plugin:5.2.1"
//noinspection GradleDependency workaround for https://github.com/Kotlin/kotlindl/issues/516
implementation "de.undercouch.download:de.undercouch.download.gradle.plugin:4.1.2"
implementation "com.android.tools.build:gradle:7.3.1"
}

Expand Down

0 comments on commit bcfc76d

Please sign in to comment.