8218692: Switch to JCov build which supports byte code version 57

Reviewed-by: erikj
This commit is contained in:
Alexandre Iline 2019-02-08 05:46:11 -09:00
parent f0807ebc18
commit f14d0ac7b4

View File

@ -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",
},