Skip to content

Commit

Permalink
Remove to-be-removed flags from default_java_toolchain (bazelbuild#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
simuons authored and wisechengyi committed Mar 11, 2021
1 parent c8f5d3c commit 1484e8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_expect_failure/compilers_javac_opts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ scala_library(

default_java_toolchain(
name = "a_java_toolchain",
bootclasspath = ["@bazel_tools//tools/jdk:platformclasspath.jar"],
javac = ["@bazel_tools//third_party/java/jdk/langtools:javac_jar"],
javacopts = ["-InvalidFlag"],
visibility = ["//visibility:public"],
)

0 comments on commit 1484e8c

Please sign in to comment.