# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE. # # See: https://ij.bazel.io/docs/project-views.html directories: . -bin -eclipse-out -contrib -gerrit-package-plugins -logs -./.metadata -./.settings -./.apt_generated targets: //...:all java_language_level: 8 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