Skip to content

Commit

Permalink
Merge pull request #32 from rrousset-michelin/green-code-initiative/I…
Browse files Browse the repository at this point in the history
…SSUE_24

[24] Sonarqube compatibility 10.5.x to 10.6
  • Loading branch information
dedece35 authored Oct 4, 2024
2 parents 869c07f + 6b816fb commit 7d10b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- refactoring docker system
- [#29](https://github.com/green-code-initiative/ecoCode-python/issues/29) Add test to ensure all Rules are registered
- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore

### Deleted

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<pluginApiMinVersion>${sonarqube.version}</pluginApiMinVersion>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<jreMinVersion>${java.version}</jreMinVersion>
<requiredForLanguages>python</requiredForLanguages>
<requiredForLanguages>py</requiredForLanguages>
<archive>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
Expand Down

0 comments on commit 7d10b86

Please sign in to comment.