Skip to content

Commit

Permalink
Use latest jacoco maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed May 23, 2023
1 parent 1de0902 commit d2059ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: contains(matrix.os, 'win') == false
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw verify -pl !jte-spring-boot-starter-3 --file pom.xml --batch-mode -Pcoverage
run: ./mvnw verify --file pom.xml --batch-mode -Pcoverage
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.10</jacoco.version>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>

Expand Down

0 comments on commit d2059ba

Please sign in to comment.