Unsuccessful attempt at getting the javaagent to load

This commit is contained in:
Erik C. Thauvin 2023-05-01 15:34:21 -07:00
parent 7ee887b3f5
commit 39f8125379
2 changed files with 30 additions and 19 deletions

View file

@ -31,11 +31,6 @@ public class ExamplesBuild extends Project {
new ExamplesBuild().start(args);
}
@Override
public void compile() throws Exception {
super.compile();
jacoco();
}
@BuildCommand(summary = "Generates Jacoco Reports")
public void jacoco() throws Exception {