Skip to content

Commit bde1f95

Browse files
authored
Merge pull request #32 from green-code-initiative/31-download-only-when-required
Add field "requiredForLanguages"
2 parents 7639768 + 6cec42a commit bde1f95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) EC24: define the WHERE clause as a limiting keyword
13+
- [#32](https://github.com/green-code-initiative/ecoCode-javascript/pull/32) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature
1314
- [ecoCode#185](https://github.com/green-code-initiative/ecoCode/issues/185) Add build number to manifest
1415

1516
### Changed

sonar-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<pluginApiMinVersion>${version.sonarqube}</pluginApiMinVersion>
143143
<skipDependenciesPackaging>true</skipDependenciesPackaging>
144144
<jreMinVersion>${java.version}</jreMinVersion>
145+
<requiredForLanguages>js,ts,web,yaml</requiredForLanguages>
145146
<archive>
146147
<manifestEntries>
147148
<Implementation-Build>${buildNumber}</Implementation-Build>

0 commit comments

Comments
 (0)