Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a0a219

Browse files
committed
Kotlin: remove obsolete 1.4.32 version
1 parent 5d6baea commit 3a0a219

5 files changed

Lines changed: 0 additions & 13 deletions

File tree

MODULE.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ use_repo(
6363
kotlin_extractor_deps,
6464
"codeql_kotlin_defaults",
6565
"codeql_kotlin_embeddable",
66-
"kotlin-compiler-1.4.32",
6766
"kotlin-compiler-1.5.0",
6867
"kotlin-compiler-1.5.10",
6968
"kotlin-compiler-1.5.20",
@@ -77,7 +76,6 @@ use_repo(
7776
"kotlin-compiler-1.9.20-Beta",
7877
"kotlin-compiler-2.0.0-Beta4",
7978
"kotlin-compiler-2.0.255-SNAPSHOT",
80-
"kotlin-compiler-embeddable-1.4.32",
8179
"kotlin-compiler-embeddable-1.5.0",
8280
"kotlin-compiler-embeddable-1.5.10",
8381
"kotlin-compiler-embeddable-1.5.20",
@@ -91,7 +89,6 @@ use_repo(
9189
"kotlin-compiler-embeddable-1.9.20-Beta",
9290
"kotlin-compiler-embeddable-2.0.0-Beta4",
9391
"kotlin-compiler-embeddable-2.0.255-SNAPSHOT",
94-
"kotlin-stdlib-1.4.32",
9592
"kotlin-stdlib-1.5.0",
9693
"kotlin-stdlib-1.5.10",
9794
"kotlin-stdlib-1.5.20",

java/kotlin-extractor/deps/kotlin-compiler-1.4.32.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

java/kotlin-extractor/deps/kotlin-compiler-embeddable-1.4.32.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

java/kotlin-extractor/deps/kotlin-stdlib-1.4.32.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

java/kotlin-extractor/versions.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# when updating this list, `bazel mod tidy` should be run from `codeql` to update `MODULE.bazel`
22
VERSIONS = [
3-
"1.4.32",
43
"1.5.0",
54
"1.5.10",
65
"1.5.20",

0 commit comments

Comments
 (0)