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:
@@ -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
|
||||
|
Reference in New Issue
Block a user