We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af06507 commit 752354dCopy full SHA for 752354d
Jenkinsfile
@@ -1,5 +1,5 @@
1
static List<Map<String, String>> recommendedConfigurations() {
2
- def recentLTS = "2.387.3"
+ def recentLTS = "2.462.3"
3
def configurations = [
4
[ platform: "linux", jdk: "17", jenkins: recentLTS],
5
[ platform: "windows", jdk: "17", jenkins: recentLTS]
0 commit comments