Skip to content

Commit

Permalink
SONARKT-358 Support on-demand plugin downloading by adding Plugin-Req…
Browse files Browse the repository at this point in the history
…uiredForLanguages manifest metadata (#366)
  • Loading branch information
johann-beleites-sonarsource authored Aug 31, 2023
1 parent 291093c commit f408714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-kotlin-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ tasks.jar {
"Plugin-OrganizationUrl" to "https://www.sonarsource.com",
"Plugin-SourcesUrl" to "https://github.com/SonarSource/sonar-kotlin",
"Plugin-Version" to project.version,
"Plugin-RequiredForLanguages" to "kotlin",
"Sonar-Version" to "6.7",
"SonarLint-Supported" to "true",
"Version" to project.version.toString(),
Expand Down

0 comments on commit f408714

Please sign in to comment.