diff options
author | GabinL21 <67428953+GabinL21@users.noreply.github.com> | 2025-02-10 15:03:13 +0100 |
---|---|---|
committer | Alain Kermis <alain.kermis@sonarsource.com> | 2025-02-13 11:45:24 +0100 |
commit | 1f9084615726e9e3184d91a6f757d8a32ef1dfc2 (patch) | |
tree | 33be1975695ff228a72857b84ab528eff66e607b /sonar-application | |
parent | 57cacfb9f53f35b879dfddf49855a15c1535a4bc (diff) | |
download | sonarqube-1f9084615726e9e3184d91a6f757d8a32ef1dfc2.tar.gz sonarqube-1f9084615726e9e3184d91a6f757d8a32ef1dfc2.zip |
SONAR-24316 Integrate sonar-go-enterprise plugin and migrate sonar-go groupId (#12873)
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/bundled_plugins.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle index b8450e59c8c..cbbfc1737df 100644 --- a/sonar-application/bundled_plugins.gradle +++ b/sonar-application/bundled_plugins.gradle @@ -2,6 +2,7 @@ dependencies { bundledPlugin "org.sonarsource.dotnet:sonar-csharp-plugin" bundledPlugin "org.sonarsource.dotnet:sonar-vbnet-plugin" bundledPlugin 'org.sonarsource.flex:sonar-flex-plugin' + bundledPlugin 'org.sonarsource.go:sonar-go-plugin' bundledPlugin 'org.sonarsource.html:sonar-html-plugin' bundledPlugin 'org.sonarsource.java:sonar-java-plugin' bundledPlugin 'org.sonarsource.java:sonar-java-symbolic-execution-plugin' @@ -10,7 +11,6 @@ dependencies { bundledPlugin 'org.sonarsource.php:sonar-php-plugin' bundledPlugin 'org.sonarsource.plugins.cayc:sonar-cayc-plugin' bundledPlugin 'org.sonarsource.python:sonar-python-plugin' - bundledPlugin 'org.sonarsource.slang:sonar-go-plugin' bundledPlugin "org.sonarsource.kotlin:sonar-kotlin-plugin" bundledPlugin "org.sonarsource.slang:sonar-ruby-plugin" bundledPlugin "org.sonarsource.slang:sonar-scala-plugin" |