Skip to content

Commit

Permalink
Upgrade to Jacoco 0.8.2 to be Java 11 ready camel-tooling#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 28, 2018
1 parent d9976ae commit 6279af8
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 @@ -59,7 +59,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 6279af8

Please sign in to comment.