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
|