File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -208,23 +208,21 @@ SOFTWARE.
208208 <groupId >org.jetbrains.kotlin</groupId >
209209 <artifactId >kotlin-maven-plugin</artifactId >
210210 <version >${kotlin.version} </version >
211-
212211 <executions >
213- <execution >
214- <id >compile</id >
215- <goals >
216- <goal >compile</goal >
217- </goals >
218- </execution >
219-
220- <execution >
221- <id >test-compile</id >
222- <goals >
223- <goal >test-compile</goal >
224- </goals >
225- </execution >
212+ <execution >
213+ <id >compile</id >
214+ <goals >
215+ <goal >compile</goal >
216+ </goals >
217+ </execution >
218+ <execution >
219+ <id >test-compile</id >
220+ <goals >
221+ <goal >test-compile</goal >
222+ </goals >
223+ </execution >
226224 </executions >
227- </plugin >
225+ </plugin >
228226 </plugins >
229227 </build >
230228 <reporting >
You can’t perform that action at this time.
0 commit comments