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
14
14
- compatibility updates for SonarQube 25.5.0
15
15
- upgrade libraries versions
16
16
- 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
17
18
18
19
### Deleted
19
20
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-
65
65
| ----------------| ---------------------| --------------|
66
66
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
67
67
| 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 |
69
69
70
70
> Compatibility table of versions lower than 1.4.+ are available from the
71
71
> 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 36
36
37
37
<properties >
38
38
39
- <java .version>11 </java .version>
39
+ <java .version>17 </java .version>
40
40
<maven .compiler.source>${java.version} </maven .compiler.source>
41
41
<maven .compiler.target>${java.version} </maven .compiler.target>
42
42
<!-- 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