From b8f9beee1ad0b1226570ee6abd2c84fc308e7c50 Mon Sep 17 00:00:00 2001 From: Alice Kober-Sotzek Date: Fri, 28 Jun 2019 14:34:25 +0200 Subject: [PATCH] IntelliJ support: Add temporary option as workaround for an issue The Bazel IntelliJ plugin currently throws an error when trying to do a sync in IntelliJ. Until that error is fixed, add a temporary option which let's us ignore that specific issue. Change-Id: I5b0b9d402086042c1d7e6cea2060ebc4977539d6 --- .bazelproject | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelproject b/.bazelproject index 8a726ebbe8..41946049e8 100644 --- a/.bazelproject +++ b/.bazelproject @@ -22,3 +22,6 @@ workspace_type: java build_flags: --javacopt=-g + # Temporarily add an option to work around an error in the Bazel IntelliJ plugin. + # TODO(aliceks): Remove when issue is fixed. + --incompatible_depset_is_not_iterable=false