Bumped bld to version 2.0.0-SNAPSHOT
This commit is contained in:
parent
0cb08be61a
commit
1ebc093bbc
12 changed files with 21 additions and 21 deletions
|
@ -54,7 +54,7 @@ public class ExamplesBuild extends BaseProject {
|
|||
}
|
||||
|
||||
@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