Skip to content

Commit

Permalink
build - Update jacoco to 0.8.12 (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Aug 1, 2024
1 parent ad4b37c commit eac027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildJdtlsExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function findNewRequiredJar(fileName) {
}

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

0 comments on commit eac027f

Please sign in to comment.