Skip to content

Commit

Permalink
add compatibility with 10.7 version of SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 17, 2024
1 parent a2e21e6 commit 04fc872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- check SonarQube 10.7 version compatibility

### Deleted

## [2.0.0] - 2024-12-16
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG MAVEN_BUILDER=3-openjdk-17-slim

#ARG SONARQUBE_VERSION=9.9.0-community
ARG SONARQUBE_VERSION=10.6.0-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-
|----------------|-------------------|--------------|
| 1.4.+ | 9.4.+ to 10.6.0 | 11 / 17 |
| 1.5.+ | 9.9.+ to 10.6.0 | 17 |
| 2.0.+ | 9.9.+ to 10.7.0 | 17 |

> Compatibility table of versions lower than 1.4.+ are available from the
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).
Expand Down

0 comments on commit 04fc872

Please sign in to comment.