Skip to content

Commit

Permalink
Merge pull request #19 from green-code-initiative/ISSUE_18
Browse files Browse the repository at this point in the history
[ISSUE 18] Add support for SonarQube 10.4 'DownloadOnlyWhenRequired' feature
  • Loading branch information
dedece35 authored Feb 1, 2024
2 parents f5cc478 + e6158a9 commit ca535c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- [#18](https://github.com/green-code-initiative/ecoCode-python/issues/18) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature

### Changed

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

0 comments on commit ca535c6

Please sign in to comment.