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:
Erik C. Thauvin 2024-06-24 23:26:46 -07:00
parent a6747fdfe5
commit 8ff14ff9f9
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 93 additions and 87 deletions

View file

@ -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();