aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
diff options
context:
space:
mode:
authorGravatar dbabkin <dbabkin@google.com>2018-06-26 05:47:54 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-26 05:49:22 -0700
commit35df715de7cc7b3d3b2ad552b9a90b1cc39df460 (patch)
treeff4c94ae4b24316e665866b00ce20c327573a84d /third_party/ijar
parente177fbdf74e2c95c061a1a613ef2f2780ac76c79 (diff)
Replace //tools/defaults:jdk to //tools/jdk:*
As //tools/defaults will be deprecated soon. All usages of //tools/defaults:jdk and //tools/defaults:java_toolchain should be replaced by corresponding targets in //tools/jdk/BUILD package RELNOTES:none PiperOrigin-RevId: 202114489
Diffstat (limited to 'third_party/ijar')
-rw-r--r--third_party/ijar/test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index d2ad67ef10..dc77d7eb20 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -41,7 +41,7 @@ sh_test(
# Intentionally bad test JAR: file count in central directory
# wrong.
"libwrongcentraldir.jar",
- "//tools/defaults:jdk",
+ "@bazel_tools//tools/jdk:current_java_runtime",
"//tools/jdk:langtools",
],
shard_count = 5,