File tree Expand file tree Collapse file tree 7 files changed +8
-21
lines changed
doc-examples/example-kotlin Expand file tree Collapse file tree 7 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
26- java : ['17 ']
26+ java : ['21 ']
2727 steps :
2828 # https://github.com/actions/virtual-environments/issues/709
2929 - name : Free disk space
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
26- java : ['17 ']
26+ java : ['21 ']
2727 steps :
2828 # https://github.com/actions/virtual-environments/issues/709
2929 - name : Free disk space
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
26- java : ['17 ']
26+ java : ['21 ']
2727 permissions :
2828 contents : ' read'
2929 id-token : ' write'
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
26- java : ['17 ']
26+ java : ['21 ']
2727 permissions :
2828 contents : ' read'
2929 id-token : ' write'
Original file line number Diff line number Diff line change 1- import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2-
31plugins {
42 id(" org.jetbrains.kotlin.jvm" )
53 id(" com.google.devtools.ksp" )
64 id(" io.micronaut.build.internal.objectstorage-example" )
7- }
8-
9- java {
10- sourceCompatibility = JavaVersion .VERSION_17
11- targetCompatibility = JavaVersion .VERSION_17
12- }
13-
14- kotlin {
15- this .compilerOptions.jvmTarget.set(JvmTarget .JVM_17 )
5+ id(" io.micronaut.build.internal.kotlin-base" )
166}
177
188dependencies {
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ bytebuddy = '1.17.8'
1818
1919# Gradle plugins
2020micronaut-gradle-plugin = " 4.5.5"
21- kotlin-gradle-plugin = " 1.9.25 "
22- kotlin-gradle-ksp-plugin = " 1.9.25-1 .0.20 "
21+ kotlin-gradle-plugin = " 2.2.20 "
22+ kotlin-gradle-ksp-plugin = " 2.2.20-2 .0.4 "
2323
2424[libraries ]
2525# Core
Original file line number Diff line number Diff line change 11plugins {
22 java
3- }
4- java {
5- sourceCompatibility = JavaVersion .VERSION_17
6- targetCompatibility = JavaVersion .VERSION_17
3+ id (" io.micronaut.build.internal.java-base" )
74}
You can’t perform that action at this time.
0 commit comments