From b8674beac0dded8b7e3c9bd44b02b90ec4973066 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 12 Mar 2015 14:23:36 +0300 Subject: [PATCH] Fix build-protobuf-java-lite macro in update_dependencies.xml Apparently vmlauncher=false invokes antRun which is missing in the Ant support plugin in IDEA, so invoking update from IDEA was failing --- update_dependencies.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/update_dependencies.xml b/update_dependencies.xml index 54adcf7919d..f8ce6d184c9 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -281,7 +281,11 @@ - + + + + +