We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4b37c commit eac027fCopy full SHA for eac027f
scripts/buildJdtlsExt.js
@@ -76,7 +76,7 @@ function findNewRequiredJar(fileName) {
76
}
77
78
function downloadJacocoAgent() {
79
- const version = "0.8.11";
+ const version = "0.8.12";
80
const jacocoAgentUrl = `https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/${version}/org.jacoco.agent-${version}-runtime.jar`;
81
const jacocoAgentPath = path.resolve('server', 'jacocoagent.jar');
82
if (!fs.existsSync(jacocoAgentPath)) {
0 commit comments