aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-xoo-plugin')
-rw-r--r--plugins/sonar-xoo-plugin/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-xoo-plugin/build.gradle b/plugins/sonar-xoo-plugin/build.gradle
index 62af71aa40c..07d6ff5f45f 100644
--- a/plugins/sonar-xoo-plugin/build.gradle
+++ b/plugins/sonar-xoo-plugin/build.gradle
@@ -21,7 +21,7 @@ jar {
'Plugin-Version': project.version,
'Plugin-Class': 'org.sonar.xoo.XooPlugin',
'Plugin-ChildFirstClassLoader': 'false',
- 'Sonar-Version': project.version,
+ 'Sonar-Version': project.pluginApiVersion,
'SonarLint-Supported': 'true',
'Plugin-Name': 'Xoo'
)