Skip to content

Commit ca535c6

Browse files
authored
Merge pull request #19 from green-code-initiative/ISSUE_18
[ISSUE 18] Add support for SonarQube 10.4 'DownloadOnlyWhenRequired' feature
2 parents f5cc478 + e6158a9 commit ca535c6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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

1416
### Deleted

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion>
156156
<skipDependenciesPackaging>true</skipDependenciesPackaging>
157157
<jreMinVersion>${java.version}</jreMinVersion>
158+
<requiredForLanguages>python</requiredForLanguages>
158159
<archive>
159160
<manifestEntries>
160161
<Implementation-Build>${buildNumber}</Implementation-Build>

0 commit comments

Comments
 (0)