Commit 51bac0d
committed
Fix generation of JaCoCo when building for Java 11
Configuration of surefire plugin includes `<argLine>` and this currently overide property defined by JaCoCo.
Applying recommendation from https://www.jacoco.org/jacoco/trunk/doc/prepare-agent-mojo.html to fix that.1 parent 21282d3 commit 51bac0d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1544 | 1544 | | |
1545 | 1545 | | |
1546 | 1546 | | |
1547 | | - | |
| 1547 | + | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
| |||
0 commit comments