We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aff8e0 commit 66cf01fCopy full SHA for 66cf01f
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
agent any
6
tools {
7
maven 'maven-3.6.0'
8
- jdk 'jdk11'
+ jdk 'jdk8'
9
}
10
11
triggers {
0 commit comments