Skip to content

Commit

Permalink
Merge pull request #159 from basil/javaLevel
Browse files Browse the repository at this point in the history
Remove `javaLevel`
  • Loading branch information
alecharp committed Apr 27, 2022
2 parents 3d371f1 + c1d7a47 commit cc4c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,5 +1,5 @@
buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: 8 ]
[ platform: "linux", jdk: "11", jenkins: null ]
])

0 comments on commit cc4c337

Please sign in to comment.