summaryrefslogtreecommitdiffstats
path: root/.buckconfig
blob: d53edcf0a667a21052391eb51a96e70c21737656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[alias]
  api = //:api
  api_deploy = //tools/maven:api_deploy
  api_install = //tools/maven:api_install
  war_deploy = //tools/maven:war_deploy
  war_install = //tools/maven:war_install
  chrome = //:chrome
  docs = //Documentation:html
  gerrit = //:gerrit
  release = //:release
  withdocs = //:withdocs

[buildfile]
  includes = //tools/default.defs

[java]
  src_roots = java, resources

[project]
  ignore = .git

[cache]
  mode = dir
  dir = buck-out/cache