blob: 41bb27f6769fe4c930a1215994ba14fc42a5a133 [file] [log] [blame]
Patrick Hiesel1fcfd492016-10-26 16:24:08 +02001# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE.
2#
3# See: https://ij.bazel.io/docs/project-views.html
4
5directories:
6 .
7 -eclipse-out
8 -contrib
9 -gerrit-package-plugins
Patrick Hiesel1fcfd492016-10-26 16:24:08 +020010 -logs
11 -./.metadata
12 -./.settings
13 -./.apt_generated
Patrick Hiesel1fcfd492016-10-26 16:24:08 +020014
15targets:
16 //...:all
17
18java_language_level: 8
19
20workspace_type: java