Skip to content

Commit 1fbab6b

Browse files
committed
Indicate that the plugin support SonarQube 10.3
Test plugin execution on SonarQube 10.3 Update SonarQube docker version to 10.3 Indicate in changelog and readme that the 10.3 is supported
1 parent 584a259 commit 1fbab6b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Add `eco-design` tag on all rules
1414
- [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud
1515
- [#58](https://github.com/green-code-initiative/ecoCode-android/pull/58) Add Dark UI theme XML rule
16+
- Support of SonarQube 10.3
1617

1718
### Changed
1819

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /usr/src/ecocode
66
RUN ./tool_prepare-codenarc.sh
77
RUN ./tool_build.sh
88

9-
FROM sonarqube:9.9-community
9+
FROM sonarqube:10.3.0-community
1010
USER root
1111
COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
1212

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
7171
🧩 Plugins version compatibility
7272
------------------
7373

74-
| Plugins Version | SonarQube version |
75-
|-----------------|----------------------------|
76-
| 0.0.+ | SonarQube 8.9.+ LTS to 9.3 |
77-
| 0.1.+ | SonarQube 9.4.+ LTS to 9.9 |
78-
| 1.0.+ | SonarQube 9.4.+ LTS to 9.9 |
74+
| Plugins Version | SonarQube version |
75+
|-----------------|-----------------------------|
76+
| 0.0.+ | SonarQube 8.9.+ LTS to 9.3 |
77+
| 0.1.+ | SonarQube 9.4.+ LTS to 9.9 |
78+
| 1.0.+ | SonarQube 9.4.+ LTS to 9.9 |
79+
| 1.1.+ | SonarQube 9.4.+ LTS to 10.3 |
7980

8081
☕ Plugin Java part compatibility
8182
------------------
@@ -85,3 +86,4 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
8586
| 0.0.+ | 11 / 17 |
8687
| 0.1.+ | 11 / 17 |
8788
| 1.0.+ | 11 / 17 |
89+
| 1.1.+ | 11 / 17 |

0 commit comments

Comments
 (0)