Ensure execution stops on failure
Bumped JUnit to version 5.10.3 Bumped PMD extension to version 1.1.2
This commit is contained in:
parent
a6747fdfe5
commit
8ff14ff9f9
6 changed files with 93 additions and 87 deletions
|
@ -14,7 +14,7 @@ To run the tests and generate the code coverage reports, add the floowing to you
|
|||
|
||||
```java
|
||||
@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