File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
checkout scm
72
72
sh " git clean -dfx"
73
73
try {
74
- withEnv([" JAVA_HOME=${ tool 'openjdk9 ' } " ]) {
74
+ withEnv([" JAVA_HOME=${ tool 'jdk9 ' } " ]) {
75
75
sh " ./gradlew clean test --refresh-dependencies --no-daemon --stacktrace"
76
76
}
77
77
} catch (Exception e) {
87
87
checkout scm
88
88
sh " git clean -dfx"
89
89
try {
90
- withEnv([" JAVA_HOME=${ tool 'openjdk10 ' } " ]) {
90
+ withEnv([" JAVA_HOME=${ tool 'jdk10 ' } " ]) {
91
91
sh " ./gradlew clean test --refresh-dependencies --no-daemon --stacktrace"
92
92
}
93
93
} catch (Exception e) {
@@ -103,7 +103,7 @@ try {
103
103
checkout scm
104
104
sh " git clean -dfx"
105
105
try {
106
- withEnv([" JAVA_HOME=${ tool 'openjdk11 ' } " ]) {
106
+ withEnv([" JAVA_HOME=${ tool 'jdk11 ' } " ]) {
107
107
sh " ./gradlew clean test --refresh-dependencies --no-daemon --stacktrace"
108
108
}
109
109
} catch (Exception e) {
You can’t perform that action at this time.
0 commit comments