You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.buckconfig 212B

123456789101112131415
  1. [buildfile]
  2. includes = //tools/default.defs
  3. [java]
  4. src_roots = src, resources, tst
  5. [project]
  6. ignore = .git
  7. [cache]
  8. mode = dir
  9. [download]
  10. maven_repo = http://repo1.maven.org/maven2
  11. in_build = true