Skip to content

Commit

Permalink
Merge pull request #75 from rjwills28/fix_java16_build
Browse files Browse the repository at this point in the history
Fix failing CI test on Java 16 build
  • Loading branch information
shroffk authored May 15, 2023
2 parents e3525d0 + c47f1f0 commit 751bcb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
</plugin>
<!-- Required add sources to deployment -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 751bcb6

Please sign in to comment.