Skip to content

Commit bb80e8e

Browse files
committed
Removes kotlin version
1 parent f4eb0e4 commit bb80e8e

File tree

3 files changed

+0
-3
lines changed
  • spring-cloud-function-context
  • spring-cloud-function-kotlin
  • spring-cloud-function-samples/function-sample-kotlin-web

3 files changed

+0
-3
lines changed

spring-cloud-function-context/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
<plugin>
170170
<artifactId>kotlin-maven-plugin</artifactId>
171171
<groupId>org.jetbrains.kotlin</groupId>
172-
<version>2.1.0</version>
173172
<executions>
174173
<execution>
175174
<id>compile</id>

spring-cloud-function-kotlin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
<plugin>
9494
<artifactId>kotlin-maven-plugin</artifactId>
9595
<groupId>org.jetbrains.kotlin</groupId>
96-
<version>2.1.20</version>
9796
<executions>
9897
<execution>
9998
<id>test-compile</id>

spring-cloud-function-samples/function-sample-kotlin-web/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<plugin>
6868
<groupId>org.jetbrains.kotlin</groupId>
6969
<artifactId>kotlin-maven-plugin</artifactId>
70-
<version>1.9.25</version>
7170
<configuration>
7271
<args>
7372
<arg>-Xjsr305=strict</arg>

0 commit comments

Comments
 (0)