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
This commit is contained in:
Alice Kober-Sotzek
2019-06-28 14:34:25 +02:00
parent 287e860b82
commit b8f9beee1a

View File

@@ -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