File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ dependencies {
2525}
2626
2727java {
28- sourceCompatibility = JavaVersion .VERSION_11
29- targetCompatibility = JavaVersion .VERSION_11
28+ sourceCompatibility = JavaVersion .VERSION_17
29+ targetCompatibility = JavaVersion .VERSION_17
3030}
3131
3232tasks {
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ repositories {
2121}
2222
2323java {
24- sourceCompatibility = JavaVersion .VERSION_11
25- targetCompatibility = JavaVersion .VERSION_11
24+ sourceCompatibility = JavaVersion .VERSION_17
25+ targetCompatibility = JavaVersion .VERSION_17
2626}
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ application {
5858}
5959
6060java {
61- sourceCompatibility = JavaVersion .VERSION_11
62- targetCompatibility = JavaVersion .VERSION_11
61+ sourceCompatibility = JavaVersion .VERSION_17
62+ targetCompatibility = JavaVersion .VERSION_17
6363}
6464
6565tasks.withType<KotlinCompile >().configureEach {
@@ -68,7 +68,7 @@ tasks.withType<KotlinCompile>().configureEach {
6868 " -opt-in=kotlin.RequiresOptIn" ,
6969 " -opt-in=kotlin.ExperimentalUnsignedTypes"
7070 )
71- jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_11 )
71+ jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17 )
7272 }
7373}
7474
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
5454}
5555
5656java {
57- sourceCompatibility = JavaVersion .VERSION_11
58- targetCompatibility = JavaVersion .VERSION_11
57+ sourceCompatibility = JavaVersion .VERSION_17
58+ targetCompatibility = JavaVersion .VERSION_17
5959}
6060
6161tasks.withType<KotlinCompile >().configureEach {
@@ -64,7 +64,7 @@ tasks.withType<KotlinCompile>().configureEach {
6464 " -opt-in=kotlin.RequiresOptIn" ,
6565 " -opt-in=kotlin.ExperimentalUnsignedTypes"
6666 )
67- jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_11 )
67+ jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17 )
6868 }
6969}
7070
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dependencies {
3838}
3939
4040java {
41- sourceCompatibility = JavaVersion .VERSION_11
42- targetCompatibility = JavaVersion .VERSION_11
41+ sourceCompatibility = JavaVersion .VERSION_17
42+ targetCompatibility = JavaVersion .VERSION_17
4343}
4444
4545tasks.withType<KotlinCompile >().configureEach {
@@ -48,7 +48,7 @@ tasks.withType<KotlinCompile>().configureEach {
4848 " -opt-in=kotlin.RequiresOptIn" ,
4949 " -opt-in=kotlin.ExperimentalUnsignedTypes"
5050 )
51- jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_11 )
51+ jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17 )
5252 }
5353}
5454
You can’t perform that action at this time.
0 commit comments