Skip to content

Commit 04908f7

Browse files
Update the NewProjectCI to Kotlin 1.8 and Java 11
Signed-off-by: Stacy Devino <[email protected]>
1 parent 528e311 commit 04908f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NewProjectCI/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
kotlin("jvm") version "1.7.10"
4+
kotlin("jvm") version "1.8.20"
55
application
66
}
77

@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
implementation("com.github.ajalt.clikt:clikt:3.5.0")
20+
implementation("com.github.ajalt.clikt:clikt:3.5.2")
2121
implementation("me.tongfei:progressbar:0.9.5")
2222
implementation("org.lucee:commons-io:2.6.0")
2323
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
@@ -30,7 +30,7 @@ tasks.test {
3030
}
3131

3232
tasks.withType<KotlinCompile> {
33-
kotlinOptions.jvmTarget = "1.8"
33+
kotlinOptions.jvmTarget = "11"
3434
}
3535

3636

NewProjectCI/gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)