summaryrefslogtreecommitdiffstats
path: root/.bazelproject
Commit message (Collapse)AuthorAgeFilesLines
* Exclude bin directory from IntelliJ Bazel projectDave Borowitz2018-05-211-0/+1
| | | | | | | This directory is sometimes created by Eclipse, and contains some BUILD files, which confuse and/or slow down IntelliJ's Bazel processing. Change-Id: I2e596f2800d54b524b4c10651cbc7ea0dbddda40
* Build IntelliJ project with full debug infoDave Borowitz2017-04-141-0/+3
| | | | | | | | | | | 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
* Remove Buck based buildDavid Ostrovsky2017-01-231-4/+0
| | | | | Bug: Issue 5302 Change-Id: I6e860446ef30ff0ad1c7c49fc0e39d39d921820b
* Discontinue publishing of Maven archetypesDavid Ostrovsky2016-12-101-3/+0
| | | | | | | | | | | | | | 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
* Ignore buck-out in IntelliJ's Bazel pluginPatrick Hiesel2016-11-111-0/+1
| | | | Change-Id: I3b74d444a72eecd0ab1bfd8f9c2ad505fbed8c6a
* Add .bazelproject filePatrick Hiesel2016-10-271-0/+26
The .bazelproject file enables the use of the Bazel plugin for IntelliJ for Gerrit. Change-Id: Id8a9f7036bced3c4cdd1471c7977eea02941eb41