File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
spring-cloud-function-context
spring-cloud-function-kotlin Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 143
143
144
144
<build >
145
145
<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 >
156
156
<plugin >
157
157
<artifactId >kotlin-maven-plugin</artifactId >
158
158
<groupId >org.jetbrains.kotlin</groupId >
159
- <version >2.1.0 </version >
159
+ <version >2.1.20 </version >
160
160
<executions >
161
161
<execution >
162
162
<id >compile</id >
Original file line number Diff line number Diff line change 86
86
<plugin >
87
87
<artifactId >kotlin-maven-plugin</artifactId >
88
88
<groupId >org.jetbrains.kotlin</groupId >
89
- <version >2.1.0 </version >
89
+ <version >2.1.20 </version >
90
90
<executions >
91
91
<execution >
92
92
<id >test-compile</id >
You can’t perform that action at this time.
0 commit comments