Skip to content

Commit 704c331

Browse files
Pin Kotlin to 2.2.20 (CodeQL compatibility)
Kotlin 2.4.0 builds fine but breaks CodeQL analysis (KotlinVersionTooRecentError; CodeQL supports < 2.3.30). Pin to the newest CodeQL-supported release so security scanning stays green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 03178a9 commit 704c331

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[versions]
2-
kotlin = "2.4.0"
2+
# Kotlin is pinned below 2.3.30: the CodeQL Kotlin extractor does not yet support
3+
# newer releases (fails with KotlinVersionTooRecentError). Bump once CodeQL catches up.
4+
kotlin = "2.2.20"
35
gson = "2.14.0"
46
junit = "6.1.1"
57
pluginPublish = "2.1.1"

0 commit comments

Comments
 (0)