Skip to content

Commit

Permalink
Make the plugin testable on Java 21 and let dependabot handle it in t…
Browse files Browse the repository at this point in the history
…he future (#281)
  • Loading branch information
NotMyFault authored Mar 25, 2024
1 parent c73117e commit 7306e3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: monthly
target-branch: master
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 11],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.66</version>
<version>4.73</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 7306e3a

Please sign in to comment.