Skip to content

Commit 22e6c9f

Browse files
keertkcopybara-github
authored andcommitted
Fix #91
(import failing on GitHub after approval) PiperOrigin-RevId: 517104616 Change-Id: I947741e25c6f39dbf1f7e2c982d2359c003b7663
1 parent efa4558 commit 22e6c9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ register_toolchains("@local_jdk//:runtime_toolchain_definition")
2929
# Declare all remote jdk toolchain config repos
3030
JDK_VERSIONS = [
3131
"11",
32-
"15",
33-
"16",
3432
"17",
33+
"19",
3534
]
3635

3736
PLATFORMS = [

0 commit comments

Comments
 (0)