mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-06 08:00:18 +01:00
the Central analyzer should be enabled by default
This commit is contained in:
@@ -623,7 +623,7 @@ public class Check extends Update {
|
||||
/**
|
||||
* Whether or not the central analyzer is enabled.
|
||||
*/
|
||||
private boolean centralAnalyzerEnabled = false;
|
||||
private boolean centralAnalyzerEnabled = true;
|
||||
|
||||
/**
|
||||
* Get the value of centralAnalyzerEnabled.
|
||||
|
||||
Reference in New Issue
Block a user