Skip to content

Commit f6a564a

Browse files
committed
Use JDK 11 to build the module.
1 parent e242079 commit f6a564a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
buildPlugin(useAci: true)
1+
def configurations = [
2+
[ platform: "linux", jdk: "11" ]
3+
]
4+
5+
buildPlugin(failFast: false, configurations: configurations)

0 commit comments

Comments
 (0)