gerrit/.bazelproject
Dave Borowitz 0476e7782c Build IntelliJ project with full debug info
By default[1], javac only includes line number and source file
information in compiled outputs. Notably, this doesn't include local
variable debugging information, which means debugging tests in IntelliJ
won't be able to show local vars. Pass the necessary javac flag.

[1] http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html

Change-Id: I1d94ab3811ac590c9e533780d4e910cab6ff0506
2017-04-14 11:29:51 -04:00

24 lines
373 B
Plaintext

# 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:
.
-eclipse-out
-contrib
-gerrit-package-plugins
-logs
-./.metadata
-./.settings
-./.apt_generated
targets:
//...:all
java_language_level: 8
workspace_type: java
build_flags:
--javacopt=-g