aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-05-08 10:18:38 -0400
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-05-09 10:52:16 -0400
commit38949b8526bdb3e6db22f3846aac87162c28c33f (patch)
tree561a05e341677b189c4bf3610cf509a06953263c /src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD
parentc964ad8393137bfc89505ac90dfa49b751eee9a9 (diff)
Migrate off versioned javac and Error Prone targets
Change-Id: Iad1e07ad55d5304d7c3dbb8bdab856728a91432d PiperOrigin-RevId: 155375893
Diffstat (limited to 'src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD')
-rw-r--r--src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD b/src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD
index 7d7d303810..233aa117b9 100644
--- a/src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD
+++ b/src/java_tools/buildjar/javatests/com/google/devtools/build/java/turbine/javac/BUILD
@@ -8,11 +8,11 @@ java_test(
name = "JavacTurbineTest",
srcs = ["JavacTurbineTest.java"],
data = [
- "//third_party/java/jdk/langtools:javac_jar-9-dev-r4023-1",
+ "//third_party/java/jdk/langtools:javac_jar",
],
jvm_flags = [
# Simulates how Bazel invokes turbine
- "-Xbootclasspath/p:$(location //third_party/java/jdk/langtools:javac_jar-9-dev-r4023-1)",
+ "-Xbootclasspath/p:$(location //third_party/java/jdk/langtools:javac_jar)",
],
tags = ["jdk8"],
deps = [
@@ -25,7 +25,7 @@ java_test(
"//third_party:junit4",
"//third_party:truth",
"//third_party:turbine",
- "//third_party/java/jdk/langtools:javac-9-dev-r4023-1",
+ "//third_party/java/jdk/langtools:javac",
],
)
@@ -45,6 +45,6 @@ java_test(
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
- "//third_party/java/jdk/langtools:javac-9-dev-r4023-1",
+ "//third_party/java/jdk/langtools:javac",
],
)