mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 20:24:32 +02:00
externalized central search query so future changes can be handled via a properties change - issue #978
This commit is contained in:
@@ -348,6 +348,10 @@ public final class Settings {
|
||||
* The properties key for the Central search URL.
|
||||
*/
|
||||
public static final String ANALYZER_CENTRAL_URL = "analyzer.central.url";
|
||||
/**
|
||||
* The properties key for the Central search query.
|
||||
*/
|
||||
public static final String ANALYZER_CENTRAL_QUERY = "analyzer.central.query";
|
||||
/**
|
||||
* The path to mono, if available.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user