summaryrefslogtreecommitdiffstats
path: root/.bazelproject
blob: 8a726ebbe836a7e4e19829cf25fc1d63c13181b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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