We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5cc478 + e6158a9 commit ca535c6Copy full SHA for ca535c6
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+- [#18](https://github.com/green-code-initiative/ecoCode-python/issues/18) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature
13
+
14
### Changed
15
16
### Deleted
pom.xml
@@ -155,6 +155,7 @@
155
<pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion>
156
<skipDependenciesPackaging>true</skipDependenciesPackaging>
157
<jreMinVersion>${java.version}</jreMinVersion>
158
+ <requiredForLanguages>python</requiredForLanguages>
159
<archive>
160
<manifestEntries>
161
<Implementation-Build>${buildNumber}</Implementation-Build>
0 commit comments