Skip to content

Commit bd84367

Browse files
committedJul 29, 2020
8250743: Switch to JCov build which supports byte code version 60
Reviewed-by: erikj
1 parent 0aefe6f commit bd84367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎make/conf/jib-profiles.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1062,15 +1062,15 @@ var getJibProfilesDependencies = function (input, common) {
10621062

10631063
jcov: {
10641064
// Until an official build of JCov is available, use custom
1065-
// build to support classfile version 57.
1066-
// See CODETOOLS-7902358 for more info.
1065+
// build to support classfile version 60.
1066+
// See CODETOOLS-7902734 for more info.
10671067
// server: "jpg",
10681068
// product: "jcov",
10691069
// version: "3.0",
10701070
// build_number: "b07",
10711071
// file: "bundles/jcov-3_0.zip",
10721072
organization: common.organization,
1073-
revision: "3.0-59-support+1.0",
1073+
revision: "3.0-60-support+1.0",
10741074
ext: "zip",
10751075
environment_name: "JCOV_HOME",
10761076
},

0 commit comments

Comments
 (0)
Please sign in to comment.