Bumped JaCoCo extension to version 0.9.6
This commit is contained in:
parent
e8a12857b8
commit
6b80d9a104
2 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,6 @@ import rife.bld.publish.PublishDeveloper;
|
|||
import rife.bld.publish.PublishLicense;
|
||||
import rife.bld.publish.PublishScm;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
import static rife.bld.dependencies.Repository.MAVEN_CENTRAL;
|
||||
|
@ -97,7 +96,7 @@ public class GeneratedVersionOperationBuild extends Project {
|
|||
}
|
||||
|
||||
@BuildCommand(summary = "Generates JaCoCo Reports")
|
||||
public void jacoco() throws IOException {
|
||||
public void jacoco() throws Exception {
|
||||
new JacocoReportOperation()
|
||||
.fromProject(this)
|
||||
.execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue