We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9694d0c commit 9681995Copy full SHA for 9681995
build.gradle.kts
@@ -132,9 +132,7 @@ tasks.jar {
132
attributes["Plugin-SourcesUrl"] = "https://github.com/1c-syntax/sonar-bsl-plugin-community"
133
attributes["Plugin-Developers"] = "Alexey Sosnoviy, Nikita Fedkin"
134
135
- attributes["SonarLint-Supported"] = true
136
-// attributes["Sonar-Version"] = sonarQubeVersion
137
-// attributes["Sonar-Plugin-Api-Version"] = sonarQubeVersion
+ attributes["SonarLint-Supported"] = false
138
139
attributes["Plugin-Organization"] = "1c-syntax"
140
attributes["Plugin-OrganizationUrl"] = "https://github.com/1c-syntax"
0 commit comments