File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
buildPlugin(
5
5
useContainerAgent : false ,
6
6
configurations : [
7
- [platform : ' linux' , jdk : 17 ],
8
- [platform : ' windows' , jdk : 11 ],
7
+ [platform : ' linux' , jdk : 21 ],
8
+ [platform : ' windows' , jdk : 17 ],
9
9
]
10
- )
10
+ )
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.jenkins-ci.plugins</groupId >
5
5
<artifactId >plugin</artifactId >
6
- <version >4.66 </version >
6
+ <version >4.73 </version >
7
7
</parent >
8
8
9
9
<artifactId >powershell</artifactId >
39
39
</scm >
40
40
41
41
<properties >
42
- <java .level>11</java .level>
43
42
<jenkins .version>2.361.4</jenkins .version>
44
43
</properties >
45
44
56
55
<url >https://repo.jenkins-ci.org/public/</url >
57
56
</pluginRepository >
58
57
</pluginRepositories >
59
- </project >
58
+ </project >
You can’t perform that action at this time.
0 commit comments