We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9ad36 commit 62b3290Copy full SHA for 62b3290
pom.xml
@@ -271,6 +271,7 @@
271
<maven.compiler.source>${java.version}</maven.compiler.source>
272
<maven.compiler.target>${java.version}</maven.compiler.target>
273
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
274
+ <kotlin.compiler.version>2.2.21</kotlin.compiler.version>
275
276
<!-- production dependencies -->
277
<spring-boot.version>3.5.7</spring-boot.version>
@@ -423,7 +424,7 @@
423
424
<plugin>
425
<groupId>org.jetbrains.kotlin</groupId>
426
<artifactId>kotlin-maven-plugin</artifactId>
- <version>${kotlin.version}</version>
427
+ <version>${kotlin.compiler.version}</version>
428
<configuration>
429
<jvmTarget>${java.version}</jvmTarget>
430
<javaParameters>true</javaParameters>
0 commit comments