Skip to content

Commit

Permalink
Remove Java 8 from Jenkinsfile
Browse files Browse the repository at this point in the history
This commit will not be tested in the CI build for this PR, since I do
not have write access to this repository.
  • Loading branch information
basil committed Apr 24, 2022
1 parent 766e986 commit fa87ca5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
buildPlugin(useAci: true)
buildPlugin(useAci: true,
configurations: [
[platform: 'linux', jdk: '11']
])

0 comments on commit fa87ca5

Please sign in to comment.