Skip to content

Commit 1bf2633

Browse files
authored
Remove deprecated javaLevel parameter (#240)
1 parent f6fc558 commit 1bf2633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def configurations = [
44
[ platform: "linux", jdk: "8", jenkins: null ],
55
[ platform: "windows", jdk: "8", jenkins: null ],
6-
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: "8" ],
7-
[ platform: "windows", jdk: "11", jenkins: null, javaLevel: "8" ]
6+
[ platform: "linux", jdk: "11", jenkins: null ],
7+
[ platform: "windows", jdk: "11", jenkins: null ]
88
]
99
buildPlugin(configurations: configurations)

0 commit comments

Comments
 (0)