File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 231
231
<artifactId >spring-webmvc</artifactId >
232
232
<scope >test</scope >
233
233
</dependency >
234
+
235
+ <!-- Kotlin extension -->
234
236
<dependency >
235
237
<groupId >org.jetbrains.kotlin</groupId >
236
238
<artifactId >kotlin-stdlib</artifactId >
280
282
<groupId >org.jetbrains.kotlin</groupId >
281
283
<version >${kotlin} </version >
282
284
<configuration >
283
- <jvmTarget >1.8 </jvmTarget >
285
+ <jvmTarget >${source.level} </jvmTarget >
284
286
</configuration >
285
287
<executions >
286
288
<execution >
287
289
<id >compile</id >
288
290
<phase >compile</phase >
289
- <goals > <goal >compile</goal > </goals >
291
+ <goals >
292
+ <goal >compile</goal >
293
+ </goals >
290
294
<configuration >
291
295
<sourceDirs >
292
296
<sourceDir >${project.basedir} /src/main/kotlin</sourceDir >
297
301
<execution >
298
302
<id >test-compile</id >
299
303
<phase >test-compile</phase >
300
- <goals > <goal >test-compile</goal > </goals >
304
+ <goals >
305
+ <goal >test-compile</goal >
306
+ </goals >
301
307
<configuration >
302
308
<sourceDirs >
303
309
<sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
323
329
<execution >
324
330
<id >java-compile</id >
325
331
<phase >compile</phase >
326
- <goals > <goal >compile</goal > </goals >
332
+ <goals >
333
+ <goal >compile</goal >
334
+ </goals >
327
335
</execution >
328
336
<execution >
329
337
<id >java-test-compile</id >
330
338
<phase >test-compile</phase >
331
- <goals > <goal >testCompile</goal > </goals >
339
+ <goals >
340
+ <goal >testCompile</goal >
341
+ </goals >
332
342
</execution >
333
343
</executions >
334
344
</plugin >
You can’t perform that action at this time.
0 commit comments