Skip to content

Commit

Permalink
Merge pull request #5 from JCCDex/dev
Browse files Browse the repository at this point in the history
Updated pom.xml
  • Loading branch information
GinMu committed Dec 21, 2018
2 parents c9c6559 + f5079bb commit 01605dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
<target>8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 01605dc

Please sign in to comment.