mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +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.
|
* Whether or not the central analyzer is enabled.
|
||||||
*/
|
*/
|
||||||
private boolean centralAnalyzerEnabled = false;
|
private boolean centralAnalyzerEnabled = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the value of centralAnalyzerEnabled.
|
* Get the value of centralAnalyzerEnabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user