mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-19 01:57:06 +01:00
changes to resolve issues with multiple connections to the embedded H2 database
This commit is contained in:
@@ -1001,8 +1001,6 @@ public class Check extends Update {
|
||||
throw new BuildException(msg, ex);
|
||||
}
|
||||
log(msg, ex, Project.MSG_ERR);
|
||||
} finally {
|
||||
getSettings().cleanup(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -400,8 +400,6 @@ public class Update extends Purge {
|
||||
throw new BuildException(msg, ex);
|
||||
}
|
||||
log(msg, Project.MSG_ERR);
|
||||
} finally {
|
||||
getSettings().cleanup(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user