Skip to content

Commit 64140e5

Browse files
committed
Upgraded Kotlin version
1 parent fa62d50 commit 64140e5

File tree

2 files changed

+12
-12
lines changed
  • spring-cloud-function-context
  • spring-cloud-function-kotlin

2 files changed

+12
-12
lines changed

spring-cloud-function-context/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,20 @@
143143

144144
<build>
145145
<plugins>
146-
<!-- <plugin>-->
147-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
148-
<!-- <artifactId>maven-checkstyle-plugin</artifactId>-->
149-
<!-- <executions>-->
150-
<!-- <execution>-->
151-
<!-- <id>checkstyle-validation</id>-->
152-
<!-- <phase>none</phase>-->
153-
<!-- </execution>-->
154-
<!-- </executions>-->
155-
<!-- </plugin>-->
146+
<plugin>
147+
<groupId>org.apache.maven.plugins</groupId>
148+
<artifactId>maven-checkstyle-plugin</artifactId>
149+
<executions>
150+
<execution>
151+
<id>checkstyle-validation</id>
152+
<phase>none</phase>
153+
</execution>
154+
</executions>
155+
</plugin>
156156
<plugin>
157157
<artifactId>kotlin-maven-plugin</artifactId>
158158
<groupId>org.jetbrains.kotlin</groupId>
159-
<version>2.1.0</version>
159+
<version>2.1.20</version>
160160
<executions>
161161
<execution>
162162
<id>compile</id>

spring-cloud-function-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<artifactId>kotlin-maven-plugin</artifactId>
8888
<groupId>org.jetbrains.kotlin</groupId>
89-
<version>2.1.0</version>
89+
<version>2.1.20</version>
9090
<executions>
9191
<execution>
9292
<id>test-compile</id>

0 commit comments

Comments
 (0)