Skip to content

Commit 9958f09

Browse files
authored
Remove explicit Kotlin version from the plugin
Signed-off-by: Oleg Zhurakousky <oleg@suitcase.io>
1 parent 36eab7f commit 9958f09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-gateway-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
277277
<artifactId>kotlin-maven-plugin</artifactId>
278278
<groupId>org.jetbrains.kotlin</groupId>
279-
<version>1.9.25</version>
280279
<configuration>
281280
<jvmTarget>17</jvmTarget>
282281
</configuration>

0 commit comments

Comments
 (0)