Skip to content

Commit

Permalink
Merge pull request #43 from flukebuilder/master
Browse files Browse the repository at this point in the history
Update to latest JaCoCo 0.7.1 to support java8, fixes JENKINS-22716
  • Loading branch information
centic9 committed Jun 11, 2014
2 parents 93bf627 + 02c321a commit 2bb41d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -54,7 +54,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.version>0.6.3.201306030806</jacoco.version>
<jacoco.version>0.7.1.201405082137</jacoco.version>
</properties>

<repositories>
Expand Down
Expand Up @@ -21,7 +21,7 @@
import org.jacoco.core.analysis.IClassCoverage;
import org.jacoco.core.analysis.IMethodCoverage;
import org.jacoco.core.analysis.IPackageCoverage;
import org.jacoco.core.data.ExecFileLoader;
import org.jacoco.core.tools.ExecFileLoader;
import org.jacoco.core.data.ExecutionDataWriter;
import org.kohsuke.stapler.HttpResponse;
import org.kohsuke.stapler.StaplerRequest;
Expand Down

0 comments on commit 2bb41d2

Please sign in to comment.