mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 01:17:14 +02:00
Fix build error by adding testonly=1 to eclipse BUILD file
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138652263
This commit is contained in:
parent
ae69a82025
commit
225f25bf42
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ java_binary(
|
||||||
|
|
||||||
java_binary(
|
java_binary(
|
||||||
name = "registry_deps",
|
name = "registry_deps",
|
||||||
|
testonly = 1,
|
||||||
create_executable = 0,
|
create_executable = 0,
|
||||||
runtime_deps = [
|
runtime_deps = [
|
||||||
"//java/com/google/common/testing",
|
"//java/com/google/common/testing",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue