File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
buildPlugin(
6
6
useContainerAgent : true , // Set to `false` if you need to use Docker for containerized tests
7
7
configurations : [
8
- [platform : ' linux' , jdk : 17 ],
9
- [platform : ' windows' , jdk : 11 ],
8
+ [platform : ' linux' , jdk : 21 ],
9
+ [platform : ' windows' , jdk : 17 ],
10
10
])
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >4.71 </version >
7
+ <version >4.76 </version >
8
8
<relativePath />
9
9
</parent >
10
10
100
100
<dependency >
101
101
<groupId >io.jenkins.tools.bom</groupId >
102
102
<artifactId >bom-2.387.x</artifactId >
103
- <version >2278.v47b_4508e256a </version >
103
+ <version >2543.vfb_1a_5fb_9496d </version >
104
104
<scope >import</scope >
105
105
<type >pom</type >
106
106
</dependency >
You can’t perform that action at this time.
0 commit comments