Skip to content

Commit ce504cf

Browse files
authored
Test with Java 25 and Java 21 (#1352)
Java 25 released in September 2025 and the Jenkins project wants to support it soon after release. Run plugin tests with Java 25 and Java 21. Java 17 byte code continues to be generated by the Java 21 and Java 25 compilers based on the configuration of the plugin pom. Testing done: * Confirmed that automated tests pass with Java 25
1 parent f8a8319 commit ce504cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ buildPlugin(
88
useContainerAgent: false,
99
failFast: false,
1010
configurations: [
11-
[platform: 'linux', jdk: 21],
12-
[platform: 'windows', jdk: 17],
11+
[platform: 'linux', jdk: 25],
12+
[platform: 'windows', jdk: 21],
1313
])

0 commit comments

Comments
 (0)