]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11389 Bundle VB.NET analyzer in the Community Edition
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 18 Oct 2018 09:00:20 +0000 (11:00 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 19 Oct 2018 18:20:53 +0000 (20:20 +0200)
server/sonar-docs/src/tooltips/editions/developer.md
sonar-application/build.gradle

index d2fafe1afb1b7b39edcafac2d7a34b9b1c2864ee..74cb8912f2b2acbf2d55f16466a369ef0136f553 100644 (file)
@@ -1,7 +1,7 @@
 ### ![SonarSource logo](/images/sonarsource-icon.png) Developer Edition
 
 * Branch and Pull Requests analysis
-* Analysis of additional languages: C/C++, Objective-C, PL/SQL, ABAP , VB.NET, TSQL , Swift
+* Analysis of additional languages: C/C++, Objective-C, PL/SQL, ABAP , TSQL , Swift
 * Detection of security vulnerabilities
 * SonarLint notifications
 
index 7847554b1e0ad7a509cd77b46373d95637e45f9b..9b2035d292cf94d23e893844a727a3892978d2a8 100644 (file)
@@ -28,6 +28,7 @@ configurations {
 
 ext {
   slangVersion = '1.2.1.2009'
+  dotnetVersion = '7.7.0.7192'
 }
 
 dependencies {
@@ -52,7 +53,8 @@ dependencies {
   jdbc_postgresql 'org.postgresql:postgresql'
 
   bundledPlugin 'org.sonarsource.css:sonar-css-plugin:1.0.2.611@jar'
-  bundledPlugin 'org.sonarsource.dotnet:sonar-csharp-plugin:7.7.0.7192@jar'
+  bundledPlugin "org.sonarsource.dotnet:sonar-csharp-plugin:${dotnetVersion}@jar"
+  bundledPlugin "org.sonarsource.dotnet:sonar-vbnet-plugin:${dotnetVersion}@jar"
   bundledPlugin 'org.sonarsource.flex:sonar-flex-plugin:2.4.0.1222@jar'
   bundledPlugin 'org.sonarsource.go:sonar-go-plugin:1.1.0.1612@jar'
   bundledPlugin 'org.sonarsource.java:sonar-java-plugin:5.8.0.15699@jar'