Skip to content

Commit 29ed523

Browse files
committed
revert jvm default for another pr
1 parent e78858a commit 29ed523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/internal/toolchains.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ _kt_toolchain = rule(
176176
cfg = "target",
177177
),
178178
"jvm_target": attr.string(
179-
doc = "the -jvm_target flag.",
180-
default = "11",
179+
doc = "the -jvm_target flag. This is only tested at 1.8.",
180+
default = "1.8",
181181
values = [
182182
"1.6",
183183
"1.8",

0 commit comments

Comments
 (0)