File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
val flixCompiler = tasks.downloadFlixCompiler.map { it.outputs.files }
18
18
19
19
dependencies {
20
- implementation(" de.undercouch:gradle-download-task:5.2.1 " )
20
+ implementation(" de.undercouch:gradle-download-task:5.4.0 " )
21
21
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
22
22
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
23
23
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ java { toolchain { languageVersion.set(JavaLanguageVersion.of("17")) } }
12
12
13
13
dependencies {
14
14
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.11.0" )
15
- implementation(" de.undercouch:gradle-download-task:5.3 .0" )
15
+ implementation(" de.undercouch:gradle-download-task:5.4 .0" )
16
16
}
17
17
18
18
configure< com.diffplug.gradle.spotless.SpotlessExtension > { kotlinGradle { ktfmt() } }
You can’t perform that action at this time.
0 commit comments