Skip to content

Commit

Permalink
Upgrade java version (#307)
Browse files Browse the repository at this point in the history
* new java version

* Fix spotsbugs findings and pom

---------

Co-authored-by: Christian Del Monte <register@cdelmonte.de>
  • Loading branch information
cdelmonte-zg and Christian Del Monte authored Oct 11, 2023
1 parent 6dd41e7 commit 7d02664
Show file tree
Hide file tree
Showing 23 changed files with 338 additions and 487 deletions.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
buildPlugin()
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 17],
])

Loading

0 comments on commit 7d02664

Please sign in to comment.