Skip to content

Commit

Permalink
update compatibility data
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Oct 4, 2024
1 parent 7d10b86 commit 398cd3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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
- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore => change of retro-compatibility (9.9.0 to 10.7 and not compatible before 9.9.0)

### Deleted

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MAVEN_BUILDER=3-openjdk-17-slim
ARG SONARQUBE_VERSION=10.4.1-community
ARG SONARQUBE_VERSION=10.7.0-community

FROM maven:${MAVEN_BUILDER} AS builder

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-

| Plugin version | SonarQube version | Java version |
|----------------|---------------------|--------------|
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |

> Compatibility table of versions lower than 1.4.+ are available from the
Expand Down

0 comments on commit 398cd3c

Please sign in to comment.