diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-04 11:36:13 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-05 13:09:46 +0100 |
commit | 572eece6a297a7664799a242dd3b5ecc5ff9453a (patch) | |
tree | 862d2c7db581b6eb5c450bba652294858351f57b /it/it-plugins | |
parent | 58b2a0961fc705d7f65736535d70916c5b8d46f3 (diff) | |
download | sonarqube-572eece6a297a7664799a242dd3b5ecc5ff9453a.tar.gz sonarqube-572eece6a297a7664799a242dd3b5ecc5ff9453a.zip |
SONAR-8235 Add ITs
Diffstat (limited to 'it/it-plugins')
-rw-r--r-- | it/it-plugins/server-plugin/src/main/java/ServerPlugin.java | 2 |
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), |