Skip to content

Commit eac027f

Browse files
authored
build - Update jacoco to 0.8.12 (#1720)
1 parent ad4b37c commit eac027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildJdtlsExt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function findNewRequiredJar(fileName) {
7676
}
7777

7878
function downloadJacocoAgent() {
79-
const version = "0.8.11";
79+
const version = "0.8.12";
8080
const jacocoAgentUrl = `https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/${version}/org.jacoco.agent-${version}-runtime.jar`;
8181
const jacocoAgentPath = path.resolve('server', 'jacocoagent.jar');
8282
if (!fs.existsSync(jacocoAgentPath)) {

0 commit comments

Comments
 (0)