aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
diff options
context:
space:
mode:
authorGravatar philwo <philwo@google.com>2018-07-26 03:09:33 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-26 03:11:02 -0700
commitbafd8987c48502a4bfb944fadf64cd405c60ab40 (patch)
treed1960d4d936fe475fd4caaaf0ae59be786402e0f /third_party/ijar
parent63883b3112d74f7f69b0886ff3f3314bfcb0a5e0 (diff)
Internal change
PiperOrigin-RevId: 206130934
Diffstat (limited to 'third_party/ijar')
-rw-r--r--third_party/ijar/test/BUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index dc77d7eb20..903d46e677 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -45,10 +45,7 @@ sh_test(
"//tools/jdk:langtools",
],
shard_count = 5,
- tags = [
- "jdk8",
- "zip",
- ],
+ tags = ["zip"],
)
sh_test(
@@ -73,7 +70,6 @@ java_library(
name = "invokedynamic",
testonly = 1,
srcs = ["invokedynamic/ClassWithLambda.java"],
- tags = ["jdk8"],
)
# For testing purposes: a class which exposes a private nested class in
@@ -160,14 +156,12 @@ genrule(
java_library(
name = "typeannotations2",
srcs = glob(["typeannotations2/**/*.java"]),
- tags = ["jdk8"],
)
java_library(
name = "methodparameters",
srcs = ["methodparameters/Test.java"],
javacopts = ["-parameters"],
- tags = ["jdk8"],
)
java_binary(