Skip to content

Commit a31684c

Browse files
authored
Test with Java 25 and Java 21 (#385)
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. Testing done: * Confirmed that automated tests pass with Java 25
1 parent 7e47345 commit a31684c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildPlugin(
66
forkCount: '1C', // Run a JVM per core in tests
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
9-
[platform: 'linux', jdk: 21],
10-
[platform: 'windows', jdk: 17],
119
[platform: 'linux', jdk: 25],
10+
[platform: 'windows', jdk: 21],
1211
])

0 commit comments

Comments
 (0)