Add .bazelproject file
The .bazelproject file enables the use of the Bazel plugin for IntelliJ for Gerrit. Change-Id: Id8a9f7036bced3c4cdd1471c7977eea02941eb41
This commit is contained in:
26
.bazelproject
Normal file
26
.bazelproject
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
-gerrit-plugin-gwt-archetype
|
||||
-gerrit-plugin-js-archetype
|
||||
-gerrit-plugin-archetype
|
||||
-logs
|
||||
-./.metadata
|
||||
-./.settings
|
||||
-./.apt_generated
|
||||
# BUCK excludes; Remove after we have entirely switched to Bazel
|
||||
-./.buckd
|
||||
-bucklets
|
||||
|
||||
targets:
|
||||
//...:all
|
||||
|
||||
java_language_level: 8
|
||||
|
||||
workspace_type: java
|
Reference in New Issue
Block a user