Skip to content

Commit

Permalink
Upgrade gmavenplus-plugin to 1.13.0 (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Nov 18, 2021
1 parent 024de66 commit a0cf1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.jacoco.core.test.validation.groovy/pom.xml
Expand Up @@ -26,7 +26,7 @@
<name>JaCoCo :: Test :: Core :: Validation Groovy</name>

<properties>
<gmaven.version>1.12.1</gmaven.version>
<gmaven.version>1.13.0</gmaven.version>
<groovy.version>3.0.8</groovy.version>
</properties>

Expand Down
3 changes: 1 addition & 2 deletions org.jacoco.core.test.validation/pom.xml
Expand Up @@ -324,8 +324,7 @@
<properties>
<!-- Kotlin 1.5.0 doesn't support compilation into 17 -->
<kotlin.compiler.jvmTarget>16</kotlin.compiler.jvmTarget>
<!-- while Groovy 3.0.8 supports compilation into 17, gmavenplus-plugin 1.12.1 doesn't -->
<groovy.targetBytecode>16</groovy.targetBytecode>
<groovy.targetBytecode>17</groovy.targetBytecode>
<!-- see respective profile in org.jacoco.build about this override -->
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit a0cf1e6

Please sign in to comment.