Skip to content

Commit

Permalink
Build on java 11 as well (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored May 10, 2021
1 parent f8641c7 commit 620362f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
buildPlugin()
buildPlugin(configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
])

0 comments on commit 620362f

Please sign in to comment.