File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 293
293
<executions >
294
294
<execution >
295
295
<id >build-gradle-kotlin-dsl</id >
296
- <phase >compile </phase >
296
+ <phase >none </phase >
297
297
<goals >
298
298
<goal >exec</goal >
299
299
</goals >
307
307
</execution >
308
308
<execution >
309
309
<id >test-gradle-kotlin-dsl</id >
310
- <phase >test </phase >
310
+ <phase >none </phase >
311
311
<goals >
312
312
<goal >exec</goal >
313
313
</goals >
321
321
</execution >
322
322
<execution >
323
323
<id >build-kotlin-build-plugins</id >
324
- <phase >compile </phase >
324
+ <phase >none </phase >
325
325
<goals >
326
326
<goal >exec</goal >
327
327
</goals >
335
335
</execution >
336
336
<execution >
337
337
<id >test-kotlin-build-plugins</id >
338
- <phase >test </phase >
338
+ <phase >none </phase >
339
339
<goals >
340
340
<goal >exec</goal >
341
341
</goals >
349
349
</execution >
350
350
<execution >
351
351
<id >build-kotlin-kover</id >
352
- <phase >compile </phase >
352
+ <phase >none </phase >
353
353
<goals >
354
354
<goal >exec</goal >
355
355
</goals >
363
363
</execution >
364
364
<execution >
365
365
<id >test-kotlin-kover</id >
366
- <phase >test </phase >
366
+ <phase >none </phase >
367
367
<goals >
368
368
<goal >exec</goal >
369
369
</goals >
377
377
</execution >
378
378
<execution >
379
379
<id >build-kotlin-ktor</id >
380
- <phase >compile </phase >
380
+ <phase >none </phase >
381
381
<goals >
382
382
<goal >exec</goal >
383
383
</goals >
391
391
</execution >
392
392
<execution >
393
393
<id >test-kotlin-ktor</id >
394
- <phase >test </phase >
394
+ <phase >none </phase >
395
395
<goals >
396
396
<goal >exec</goal >
397
397
</goals >
You can’t perform that action at this time.
0 commit comments