gerrit/.buckconfig
Shawn Pearce a7a3ee1e3a Update Buck to latest master
genrule() no longer supports running commands run only for the
side-effect with no output file. Actions like download_sources or
eclipse need to be handled using Python scripts executed from the
user's shell, otherwise Buck fails if caching is enabled.

Change-Id: I361fc20675f211e15e4ab7942ef52778d0a615c2
2013-09-20 19:41:26 -07:00

17 lines
283 B
Plaintext

[alias]
api = //:api
api_deploy = //tools/maven:deploy
api_install = //tools/maven:install
docs = //Documentation:html
gerrit = //:gerrit
release = //:release
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources
[project]
ignore = .git