Skip to content

Commit c03b4d4

Browse files
committed
go to jdk 17 as required
1 parent fb4be3c commit c03b4d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- compatibility updates for SonarQube 25.5.0
1515
- upgrade libraries versions
1616
- correction of technical problem with Integration tests (because of Maven format in technical answer to "sonar-orchestrator-junit5" library)
17+
- update from jdk 11 to 17
1718

1819
### Deleted
1920

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6565
|----------------|---------------------|--------------|
6666
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
6767
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68-
| 2.0.+ | 9.9.+ LTS to 25.5.0 | 11 / 17 |
68+
| 2.0.+ | 9.9.+ LTS to 25.5.0 | 17 |
6969

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<properties>
3838

39-
<java.version>11</java.version>
39+
<java.version>17</java.version>
4040
<maven.compiler.source>${java.version}</maven.compiler.source>
4141
<maven.compiler.target>${java.version}</maven.compiler.target>
4242
<!-- to prevent message: system modules path not set in conjunction with -source 11 -->

0 commit comments

Comments
 (0)