Unsuccessful attempt at getting the javaagent to load
This commit is contained in:
parent
7ee887b3f5
commit
39f8125379
2 changed files with 30 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue