File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4141 matrix :
4242 kind : [maven, gradle]
4343 # Test on the latest Java version once Gradle & Maven support it.
44- jre : [11, 17, 21, 22 ]
44+ jre : [11, 17, 21, 23 ]
4545 os : [ubuntu-latest]
4646 include :
4747 # test windows at the diagonals of the above matrix
Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ public enum GradleVersionSupport {
5454 GradleVersionSupport (String version ) {
5555 String minVersionForRunningJRE ;
5656 switch (Jvm .version ()) {
57- case 23 :
57+ case 24 :
5858 // TODO: https://docs.gradle.org/current/userguide/compatibility.html
59+ case 23 :
60+ minVersionForRunningJRE = "8.10" ;
61+ break ;
5962 case 22 :
6063 minVersionForRunningJRE = "8.8" ;
6164 break ;
You can’t perform that action at this time.
0 commit comments