summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2017-11-28 19:21:52 -0800
committerEsteban de la Canal <estebandlc@google.com>2017-11-28 19:21:52 -0800
commitd057b5072ec99ae8503f0a7de0eb8ae479fec30d (patch)
tree9142ed95782f242c5164dce96a5e673a9a2a76b1
parent77e128db0f83796ef7cdc2b376644061cffa772c (diff)
downloadsamples-d057b5072ec99ae8503f0a7de0eb8ae479fec30d.tar.gz
Fix BUILD files post-merge
Test: N/A Change-Id: I4aeda80d59a6e13e6be5eab0b9222a16efa7af44
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 69af516..1307f67 100644
--- a/BUILD
+++ b/BUILD
@@ -8,10 +8,10 @@ iml_module(
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
+ "//tools/idea:credential-store",
"//tools/idea:tasks-platform-impl",
"//tools/idea:json",
"//tools/idea:relaxng",
- "//tools/idea:credential-store",
"//tools/idea/java/compiler/instrumentation-util-8",
"//tools/idea/plugins/maven:maven2-server-impl",
],