Minor cleanup
This commit is contained in:
parent
9efe91bd11
commit
91ab3a93df
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ public class JacocoReportOperation extends AbstractOperation<JacocoReportOperati
|
||||||
var buildJacocoExec = Path.of(buildJacocoExecDir.getPath(), "jacoco.exec").toFile();
|
var buildJacocoExec = Path.of(buildJacocoExecDir.getPath(), "jacoco.exec").toFile();
|
||||||
|
|
||||||
if (destFile_ == null) {
|
if (destFile_ == null) {
|
||||||
destFile_ = Path.of(buildJacocoExecDir.getPath(), "jacoco.exec").toFile();
|
destFile_ = buildJacocoExec;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (execFiles_.isEmpty()) {
|
if (execFiles_.isEmpty()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue