aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/remote/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/remote/BUILD')
-rw-r--r--src/tools/remote/BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/remote/BUILD b/src/tools/remote/BUILD
index 31ce3ecb15..02551671d1 100644
--- a/src/tools/remote/BUILD
+++ b/src/tools/remote/BUILD
@@ -6,10 +6,6 @@ filegroup(
java_binary(
name = "worker",
- jvm_flags = [
- # Enables REST for Hazelcast server for testing.
- "-Dhazelcast.rest.enabled=true",
- ],
main_class = "com.google.devtools.build.remote.worker.RemoteWorker",
visibility = ["//visibility:public"],
runtime_deps = ["//src/tools/remote/src/main/java/com/google/devtools/build/remote/worker"],