Skip to content

Commit fecb9fb

Browse files
cushonrules_java Copybara
authored andcommitted
Remove a reference to incompatible_disallow_java_import_empty_jars after unknown commit
PiperOrigin-RevId: 766275350 Change-Id: I34dda7d32d6409e75256e7e424ae8fbb253a0580
1 parent a75e722 commit fecb9fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/java/common/rules/java_import_tests.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ def _test_disallows_empty_jars(name):
440440
name = name,
441441
impl = _test_disallows_empty_jars_impl,
442442
target = name + "/rule",
443-
config_settings = {
444-
"//command_line_option:incompatible_disallow_java_import_empty_jars": True,
445-
},
446443
expect_failure = True,
447444
)
448445

0 commit comments

Comments
 (0)