aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'it/it-plugins')
-rw-r--r--it/it-plugins/server-plugin/src/main/java/ServerPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-plugins/server-plugin/src/main/java/ServerPlugin.java b/it/it-plugins/server-plugin/src/main/java/ServerPlugin.java
index e28213d6d12..b74b0d6a8e0 100644
--- a/it/it-plugins/server-plugin/src/main/java/ServerPlugin.java
+++ b/it/it-plugins/server-plugin/src/main/java/ServerPlugin.java
@@ -36,7 +36,7 @@ import org.sonar.api.SonarPlugin;
@Property(key = "float", name = "Float", type = PropertyType.FLOAT, global = true, project = false),
@Property(key = "int", name = "Integer", type = PropertyType.INTEGER, global = true, project = false),
@Property(key = "string", name = "String", type = PropertyType.STRING, global = true, project = false),
- @Property(key = "setting.license", name = "License", type = PropertyType.LICENSE, global = true, project = false),
+ @Property(key = "setting.license.secured", name = "License", type = PropertyType.LICENSE, global = true, project = false),
@Property(key = "long", name = "Long", type = PropertyType.LONG, global = true, project = false),
@Property(key = "password", name = "Password", type = PropertyType.PASSWORD, global = true, project = false),
@Property(key = "text", name = "Text", type = PropertyType.TEXT, global = true, project = false),