commit | f80bbb22c278310c39f4c56b2714afa6a707063d | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Fri Mar 11 10:16:22 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Mar 29 21:39:14 2016 +0000 |
tree | 138181ee68ac7c9f0d0a34229fee6239e57d2926 | |
parent | e01652f745957247b4d3887a917b12d232d9f11d [diff] [blame] |
Initial BUCK build Change-Id: I64e8a979301989062f4545a4841b06c15a372049
diff --git a/.buckconfig b/.buckconfig new file mode 100644 index 0000000..3270c10 --- /dev/null +++ b/.buckconfig
@@ -0,0 +1,7 @@ +[buildfile] + includes = //buck-tools/default.defs + +[java] + source_level = 8 + target_level = 8 +