Skip to content

Commit

Permalink
Merge pull request #32 from green-code-initiative/31-download-only-wh…
Browse files Browse the repository at this point in the history
…en-required

Add field "requiredForLanguages"
  • Loading branch information
utarwyn authored Feb 1, 2024
2 parents 7639768 + 6cec42a commit bde1f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

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

### Changed
Expand Down
1 change: 1 addition & 0 deletions sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<pluginApiMinVersion>${version.sonarqube}</pluginApiMinVersion>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<jreMinVersion>${java.version}</jreMinVersion>
<requiredForLanguages>js,ts,web,yaml</requiredForLanguages>
<archive>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
Expand Down

0 comments on commit bde1f95

Please sign in to comment.