From 7952f63a576e11449d1462d181329bf19c533977 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 18 Mar 2019 13:58:53 +0100 Subject: [PATCH] buildPlugin() - Switch to the LTS release --- vars/buildPlugin.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vars/buildPlugin.groovy b/vars/buildPlugin.groovy index 501a55953..bfcf4a017 100644 --- a/vars/buildPlugin.groovy +++ b/vars/buildPlugin.groovy @@ -225,8 +225,7 @@ static List> getConfigurations(Map params) { * Includes testing Java 8 and 11 on the newest LTS. */ static List> recommendedConfigurations() { - //TODO: replace by 2.164.1 once it is released - def recentLTS = "2.164" + def recentLTS = "2.164.1" def configurations = [ [ platform: "linux", jdk: "8", jenkins: null ], [ platform: "windows", jdk: "8", jenkins: null ],