Skip to content

Commit 1ec17bc

Browse files
Kotlin: make 2.4.20-RC the test default
Select the supported release candidate by default and update the generated too-new diagnostic expectation for the new exclusive version bound. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9f97769 commit 1ec17bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.4.10"
30+
DEFAULT_VERSION = "2.4.20-RC"
3131

3232

3333
def options():

java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.4.20.",
2+
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.4.21.",
33
"severity": "error",
44
"source": {
55
"extractorName": "java",

0 commit comments

Comments
 (0)