Skip to content

Commit

Permalink
Adds version for kotlin-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Dec 9, 2024
1 parent 622cbda commit 0a43fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions spring-cloud-function-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.25</version>
<executions>
<execution>
<id>compile</id>
Expand Down
1 change: 1 addition & 0 deletions spring-cloud-function-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.25</version>
<executions>
<execution>
<id>test-compile</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.9.25</version>
<configuration>
<args>
<arg>-Xjsr305=strict</arg>
Expand Down

0 comments on commit 0a43fc9

Please sign in to comment.