File tree Expand file tree Collapse file tree
sentry-samples-spring-boot-4-opentelemetry-noagent
sentry-samples-spring-boot-4-opentelemetry
sentry-samples-spring-boot-4-otlp
sentry-samples-spring-boot-4-webflux
sentry-samples-spring-boot-4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ tasks.withType<KotlinCompile>().configureEach {
6262 // compiled against a newer version of Kotlin
6363 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
6464 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
65- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
66- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
65+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
66+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
6767 }
6868}
6969
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ tasks.withType<KotlinCompile>().configureEach {
3030 // compiled against a newer version of Kotlin
3131 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
3232 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
33- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
34- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
33+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
34+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
3535 }
3636}
3737
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ tasks.withType<KotlinCompile>().configureEach {
3131 // compiled against a newer version of Kotlin
3232 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
3333 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
34- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
35- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
34+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
35+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
3636 }
3737}
3838
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ tasks.withType<KotlinCompile>().configureEach {
3030 // compiled against a newer version of Kotlin
3131 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
3232 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
33- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
34- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
33+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
34+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
3535 }
3636}
3737
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ tasks.withType<KotlinCompile>().configureEach {
5757 // compiled against a newer version of Kotlin
5858 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
5959 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
60- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
61- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
60+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
61+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
6262 }
6363}
6464
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ tasks.withType<KotlinCompile>().configureEach {
3030 // compiled against a newer version of Kotlin
3131 compilerOptions.freeCompilerArgs = listOf (" -Xjsr305=strict" , " -Xskip-metadata-version-check" )
3232 compilerOptions.jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
33- compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
34- compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_9
33+ compilerOptions.languageVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
34+ compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_2_0
3535 }
3636}
3737
You can’t perform that action at this time.
0 commit comments