Skip to content

Commit 80802f5

Browse files
committed
build: use java 11
1 parent ac963eb commit 80802f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Jenkinsfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties([
4242
*/
4343
pipeline{
4444
agent{
45-
label 'ts-module && heavy && java8'
45+
label 'ts-module && heavy && java11'
4646
}
4747
stages{
4848
// declarative pipeline does `checkout scm` automatically when hitting first stage

0 commit comments

Comments
(0)