Skip to content

Commit

Permalink
Update build toolchain (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Dec 3, 2022
1 parent 1d0842b commit cdbd1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildPlugin(configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "11" ]
[ platform: "linux", jdk: "11" ],
[ platform: "linux", jdk: "17" ],
])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.51</version>
<version>4.52</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand All @@ -29,7 +29,7 @@
<properties>
<revision>2.3.7-2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.332.1</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand Down

0 comments on commit cdbd1de

Please sign in to comment.