Skip to content

Commit f408714

Browse files
SONARKT-358 Support on-demand plugin downloading by adding Plugin-RequiredForLanguages manifest metadata (#366)
1 parent 291093c commit f408714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-kotlin-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tasks.jar {
9696
"Plugin-OrganizationUrl" to "https://www.sonarsource.com",
9797
"Plugin-SourcesUrl" to "https://github.com/SonarSource/sonar-kotlin",
9898
"Plugin-Version" to project.version,
99+
"Plugin-RequiredForLanguages" to "kotlin",
99100
"Sonar-Version" to "6.7",
100101
"SonarLint-Supported" to "true",
101102
"Version" to project.version.toString(),

0 commit comments

Comments
 (0)