mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-02 05:04:29 +02:00
removed cleanup in favor of close from autoclosable
This commit is contained in:
@@ -150,7 +150,7 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
||||
if (exCol != null && this.isFailOnError()) {
|
||||
throw new MojoExecutionException("One or more exceptions occurred during dependency-check analysis", exCol);
|
||||
}
|
||||
engine.cleanup();
|
||||
engine.close();
|
||||
getSettings().cleanup();
|
||||
}
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ public class CheckMojo extends BaseDependencyCheckMojo {
|
||||
throw new MojoExecutionException("One or more exceptions occurred during dependency-check analysis", exCol);
|
||||
}
|
||||
}
|
||||
engine.cleanup();
|
||||
engine.close();
|
||||
}
|
||||
getSettings().cleanup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user