Files
codeql/java/ql/integration-tests/all-platforms/kotlin/diagnostics/kotlin-version-too-new/diagnostics.expected
2024-07-16 15:07:30 +01:00

15 lines
414 B
Plaintext

{
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.0.30.",
"severity": "error",
"source": {
"extractorName": "java",
"id": "java/extractor-agent/kotlin-version-too-new",
"name": "Kotlin version too new"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}