Skip to content

Commit

Permalink
Upgrade to Jacoco 0.8.2 to be Java 11 ready #54
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Nov 29, 2018
1 parent e3b9e99 commit 7ff2978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<configuration>
<append>true</append>
<includes>com.github.cameltooling.lsp.*,com.github.cameltooling.*</includes>
Expand Down

0 comments on commit 7ff2978

Please sign in to comment.