File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
org.jacoco.core.test.validation
org.jacoco.core.test.validation.groovy Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 26
26
<name >JaCoCo :: Test :: Core :: Validation Groovy</name >
27
27
28
28
<properties >
29
- <gmaven .version>1.12.1 </gmaven .version>
29
+ <gmaven .version>1.13.0 </gmaven .version>
30
30
<groovy .version>3.0.8</groovy .version>
31
31
</properties >
32
32
Original file line number Diff line number Diff line change 324
324
<properties >
325
325
<!-- Kotlin 1.5.0 doesn't support compilation into 17 -->
326
326
<kotlin .compiler.jvmTarget>16</kotlin .compiler.jvmTarget>
327
- <!-- while Groovy 3.0.8 supports compilation into 17, gmavenplus-plugin 1.12.1 doesn't -->
328
- <groovy .targetBytecode>16</groovy .targetBytecode>
327
+ <groovy .targetBytecode>17</groovy .targetBytecode>
329
328
<!-- see respective profile in org.jacoco.build about this override -->
330
329
<maven .compiler.source>17</maven .compiler.source>
331
330
<maven .compiler.target>17</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments