Skip to content

Commit ab648cf

Browse files
committed
Use spring boot managed version of kotlin
1 parent 3bba83e commit ab648cf

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
@@ -281,7 +281,6 @@
281281
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
282282
<artifactId>kotlin-maven-plugin</artifactId>
283283
<groupId>org.jetbrains.kotlin</groupId>
284-
<version>2.1.0</version>
285284
<configuration>
286285
<jvmTarget>17</jvmTarget>
287286
</configuration>

0 commit comments

Comments
 (0)