fdbfcad77d
Bug: Issue 5302 Change-Id: I6e860446ef30ff0ad1c7c49fc0e39d39d921820b
21 lines
343 B
Plaintext
21 lines
343 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
|