From f14d0ac7b43c8f9cd36ea3df5cb186d460bcef27 Mon Sep 17 00:00:00 2001 From: Alexandre Iline Date: Fri, 8 Feb 2019 05:46:11 -0900 Subject: [PATCH] 8218692: Switch to JCov build which supports byte code version 57 Reviewed-by: erikj --- make/conf/jib-profiles.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 4f9e572c64f..e2103344086 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -944,11 +944,17 @@ var getJibProfilesDependencies = function (input, common) { }, jcov: { - server: "jpg", - product: "jcov", - version: "3.0", - build_number: "b07", - file: "bundles/jcov-3_0.zip", + // Until an official build of JCov is available, use custom + // build to support classfile version 57. + // See CODETOOLS-7902358 for more info. + // server: "jpg", + // product: "jcov", + // version: "3.0", + // build_number: "b07", + // file: "bundles/jcov-3_0.zip", + organization: common.organization, + revision: "3.0-57-support+1.0", + ext: "zip", environment_name: "JCOV_HOME", },