Skip to content

Commit

Permalink
We need to build on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck authored Aug 31, 2022
1 parent 4582926 commit 81eef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(useAci: true, configurations: [
[ platform: "windows", jdk: "8" ],
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "11" ]
])

0 comments on commit 81eef7b

Please sign in to comment.