mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional. I kept the platform-specific directories around under `kotlin`, but you could also easily merge all these together if you find them unhelpful. I'll leave that change to you.
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
{
|
|
"markdownMessage": "Because no usable build tool (Gradle, Maven, etc) was found, build scripts could not be queried for guidance about the appropriate JDK version for the code being extracted, or precise dependency information. The default JDK will be used, and external dependencies will be inferred from the Java package names used.",
|
|
"severity": "unknown",
|
|
"source": {
|
|
"extractorName": "java",
|
|
"id": "java/autobuilder/buildless/no-build-tool-advice",
|
|
"name": "Java analysis found no usable build tool"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "Java analysis used the system default JDK.",
|
|
"severity": "unknown",
|
|
"source": {
|
|
"extractorName": "java",
|
|
"id": "java/autobuilder/buildless/jdk-system-default",
|
|
"name": "Java analysis used the system default JDK"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "Java analysis with build-mode 'none' completed.",
|
|
"severity": "unknown",
|
|
"source": {
|
|
"extractorName": "java",
|
|
"id": "java/autobuilder/buildless/complete",
|
|
"name": "Java analysis with build-mode 'none' completed"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "Java was extracted with build-mode set to 'none'. This means that all Java source in the working directory will be scanned, with build tools such as Maven and Gradle only contributing information about external dependencies.",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "java",
|
|
"id": "java/autobuilder/buildless/mode-active",
|
|
"name": "Java was extracted with build-mode set to 'none'"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|