From 225f25bf42ea954db6892cd443a1bc57c40440c7 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 9 Nov 2016 10:04:22 -0800 Subject: [PATCH] Fix build error by adding testonly=1 to eclipse BUILD file ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138652263 --- java/google/registry/eclipse/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/java/google/registry/eclipse/BUILD b/java/google/registry/eclipse/BUILD index 37047490a..b633b9fb2 100644 --- a/java/google/registry/eclipse/BUILD +++ b/java/google/registry/eclipse/BUILD @@ -18,6 +18,7 @@ java_binary( java_binary( name = "registry_deps", + testonly = 1, create_executable = 0, runtime_deps = [ "//java/com/google/common/testing",