Skip to content

Commit 66cf01f

Browse files
committed
move CI build back to JDK 8
1 parent 5aff8e0 commit 66cf01f

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
@@ -5,7 +5,7 @@ pipeline {
55
agent any
66
tools {
77
maven 'maven-3.6.0'
8-
jdk 'jdk11'
8+
jdk 'jdk8'
99
}
1010

1111
triggers {

0 commit comments

Comments
 (0)