Skip to content

Commit

Permalink
fix jdkversions syntax in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecirioli committed Jan 10, 2022
1 parent cb169dc commit 6832f6d
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 +1 @@
buildPlugin(platforms: ['windows'], jdks: ['8','11'])
buildPlugin(platforms: ['windows'], jdkVersions: [8, 11])

0 comments on commit 6832f6d

Please sign in to comment.