Skip to content

Commit 8140e66

Browse files
MarkEWaitea-st
authored andcommitted
Test with Java 25
Java 25 released September 16, 2025. The Jenkins project wants to support Java 25 soon. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Does not compile or test with Java 21 any longer because we have found no issues in the past that were specific to the Java 21 compiler. Testing done: * Rely on ci.jenkins.io because my local Python environment does not match the needs of the plugin
1 parent 533a972 commit 8140e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node('linux-amd64') {
1414
sh 'pip install -r requirements.txt'
1515

1616
def args = ['clean', 'install', '-Dset.changelist']
17-
infra.runMaven(args, 21)
17+
infra.runMaven(args, 25)
1818
}
1919
}
2020

0 commit comments

Comments
 (0)