File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kotlin {
27
27
compilerOptions {
28
28
jvmTarget.set(JvmTarget .JVM_1_8 )
29
29
@Suppress(" deprecation" )
30
- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
30
+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
31
31
}
32
32
}
33
33
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ kotlin {
17
17
compilerOptions {
18
18
jvmTarget.set(JvmTarget .JVM_1_8 )
19
19
@Suppress(" deprecation" )
20
- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
20
+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
21
21
}
22
22
}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ kotlin {
34
34
compilerOptions {
35
35
jvmTarget.set(JvmTarget .JVM_1_8 )
36
36
@Suppress(" deprecation" )
37
- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
37
+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ kotlin {
29
29
compilerOptions {
30
30
jvmTarget.set(JvmTarget .JVM_1_8 )
31
31
@Suppress(" deprecation" )
32
- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
32
+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ kotlin {
15
15
compilerOptions {
16
16
jvmTarget.set(JvmTarget .JVM_1_8 )
17
17
@Suppress(" deprecation" )
18
- languageVersion.set(KotlinVersion .KOTLIN_1_6 )
18
+ languageVersion.set(KotlinVersion .KOTLIN_1_8 )
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
4
4
id(" com.google.cloud.tools.jib" ) version " 3.4.5"
5
5
id(" com.gradle.plugin-publish" ) version " 1.3.1"
6
6
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
7
- id(" org.jetbrains.kotlin.jvm" ) version " 2.1.21 "
7
+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0 "
8
8
id(" org.xbib.gradle.plugin.jflex" ) version " 3.0.2"
9
9
id(" org.unbroken-dome.xjc" ) version " 2.0.0"
10
10
id(" org.graalvm.buildtools.native" ) version " 0.10.6"
You can’t perform that action at this time.
0 commit comments