File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) .
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments