We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e311 commit 04908f7Copy full SHA for 04908f7
NewProjectCI/build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- kotlin("jvm") version "1.7.10"
+ kotlin("jvm") version "1.8.20"
5
application
6
}
7
@@ -17,7 +17,7 @@ repositories {
17
18
19
dependencies {
20
- implementation("com.github.ajalt.clikt:clikt:3.5.0")
+ implementation("com.github.ajalt.clikt:clikt:3.5.2")
21
implementation("me.tongfei:progressbar:0.9.5")
22
implementation("org.lucee:commons-io:2.6.0")
23
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
@@ -30,7 +30,7 @@ tasks.test {
30
31
32
tasks.withType<KotlinCompile> {
33
- kotlinOptions.jvmTarget = "1.8"
+ kotlinOptions.jvmTarget = "11"
34
35
36
NewProjectCI/gradlew
100644
100755
0 commit comments