| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8301109 commit 570eba1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | { | |
| 2 | - "markdownMessage": "The Kotlin version installed (`2.4.20`) 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.30.", | ||
| 3 | 3 | "severity": "error", | |
| 4 | 4 | "source": { | |
| 5 | 5 | "extractorName": "java", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | 3 | public class KotlinVersion { | |
| 4 | 4 | ||
| 5 | - public static String CURRENT = "2.4.20"; | ||
| 5 | + public static String CURRENT = "999.999.999"; | ||
| 6 | 6 | ||
| 7 | 7 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments