File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- buildPlugin(platforms : [' maven' ])
1+ buildPlugin(
2+ useContainerAgent : true ,
3+ configurations : [
4+ [platform : ' linux' , jdk : 17 ],
5+ [platform : ' windows' , jdk : 11 ],
6+ ])
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jenkins-ci.plugins</groupId >
66 <artifactId >plugin</artifactId >
7- <version >4.51 </version >
7+ <version >4.53 </version >
88 <relativePath />
99 </parent >
1010 <groupId >io.jenkins.plugins</groupId >
1414 <properties >
1515 <revision >0.11.5</revision >
1616 <changelist >999999-SNAPSHOT</changelist >
17- <jenkins .version>2.289.3 </jenkins .version>
17+ <jenkins .version>2.361.4 </jenkins .version>
1818 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
1919 </properties >
2020 <name >Java JSON Web Token (JJWT) Plugin</name >
4848 <dependencies >
4949 <dependency >
5050 <groupId >io.jenkins.tools.bom</groupId >
51- <artifactId >bom-2.289 .x</artifactId >
52- <version >1500.ve4d05cd32975 </version >
51+ <artifactId >bom-2.361 .x</artifactId >
52+ <version >1750.v0071fa_4c4a_e3 </version >
5353 <scope >import</scope >
5454 <type >pom</type >
5555 </dependency >
You can’t perform that action at this time.
0 commit comments