blob: e14c108008cf8d612815f59104d534cf6e5f04d6 [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#
Gert van Dijk45065952019-08-26 16:39:42 +02003# See: https://ij.bazel.build/docs/project-views.html
Patrick Hiesel1fcfd492016-10-26 16:24:08 +02004
5directories:
6 .
Dave Borowitz3fa37712018-05-21 11:44:17 -04007 -bin
Patrick Hiesel1fcfd492016-10-26 16:24:08 +02008 -eclipse-out
9 -contrib
10 -gerrit-package-plugins
Patrick Hiesel1fcfd492016-10-26 16:24:08 +020011 -logs
12 -./.metadata
13 -./.settings
14 -./.apt_generated
Patrick Hiesel1fcfd492016-10-26 16:24:08 +020015
16targets:
17 //...:all
18
19java_language_level: 8
20
21workspace_type: java
Dave Borowitz0476e772017-04-14 11:29:51 -040022
23build_flags:
24 --javacopt=-g