Skip to content

Commit 110cb64

Browse files
committed
Java: Avoid reference to other diagnostics
1 parent 4c329b7 commit 110cb64

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/java/diagnostics/multiple-candidate-builds

1 file changed

+1
-1
lines changed

java/ql/integration-tests/all-platforms/java/diagnostics/multiple-candidate-builds/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
}
1515
{
16-
"markdownMessage": "If you want to use one of the candidate build systems and directories (see previous warnings), [supply a manual a build command](https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language).",
16+
"markdownMessage": "Could not identify a unique top-level project to build. [Supply a manual build command](https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language).",
1717
"severity": "error",
1818
"source": {
1919
"extractorName": "java",

0 commit comments

Comments
 (0)