File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 */
66buildPlugin(useContainerAgent : true , configurations : [
77 [ platform : ' linux' , jdk : 25 ],
8- [ platform : ' windows' , jdk : 21 ],
9- [ platform : ' linux' , jdk : 17 ]
8+ [ platform : ' windows' , jdk : 17 ] // Intentionally testing Java 17 for this widely used library
109])
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jenkins-ci</groupId >
66 <artifactId >jenkins</artifactId >
7- <version >1.142 </version >
7+ <version >2.1328.vfd10e2339a_19 </version >
88 <relativePath />
99 </parent >
1010
3333 <changelist >-SNAPSHOT</changelist >
3434 <gitHubRepo >jenkinsci/lib-${project.artifactId}</gitHubRepo >
3535 <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
36+ <maven .compiler.release>17</maven .compiler.release>
3637 </properties >
3738
3839 <dependencies >
You can’t perform that action at this time.
0 commit comments