Skip to content

Commit 48e22ba

Browse files
committedDec 9, 2024
8345693: Update JCov for class file version 69
Reviewed-by: ihse
1 parent cc628a1 commit 48e22ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎make/conf/jib-profiles.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,11 @@ var getJibProfilesDependencies = function (input, common) {
12011201
},
12021202

12031203
jcov: {
1204-
organization: common.organization,
1205-
revision: "3.0-17-jdk-asm+1.0",
1206-
ext: "zip",
1204+
server: "jpg",
1205+
product: "jcov",
1206+
version: "3.0",
1207+
build_number: "1",
1208+
file: "bundles/jcov-3.0+1.zip",
12071209
environment_name: "JCOV_HOME",
12081210
},
12091211

0 commit comments

Comments
 (0)
Please sign in to comment.