a052e52971
This project is a non Maven project in second generation: Buck, Bazel. We discourage usage of Maven and not maintaining the tool chain. To start writing gerrit plugins there are enough resources: * more than 100 production ready plugins * cookbook-plugin * examples plugins, pending for review: [1]. * https://gerrit-review.googlesource.com/91698 Change-Id: I322e9b77f7daa26ea9927231d57f292919974ffe
25 lines
446 B
Plaintext
25 lines
446 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
|
|
# BUCK excludes; Remove after we have entirely switched to Bazel
|
|
-./.buckd
|
|
-bucklets
|
|
-buck-out
|
|
|
|
targets:
|
|
//...:all
|
|
|
|
java_language_level: 8
|
|
|
|
workspace_type: java
|