commit | 4d8bd38fdbca18bb7cc979ba972ab9eb880d2b27 | [log] [tgz] |
---|---|---|
author | Martin Fick <mogulguy10@gmail.com> | Mon Nov 14 15:03:02 2016 -0700 |
committer | James Melvin <jmelvin@codeaurora.org> | Fri Feb 24 10:10:06 2017 -0700 |
tree | 69655dd41c41a294c4eb55f279e0e5db7d766272 | |
parent | 6e70780a3236d7f5bc3fdefbc002090345619263 [diff] [blame] |
example-sshCommandAlias Change-Id: I68dcb9281a7172a4c8118aa10101521757ee0441
diff --git a/example-sshCommandAlias/.buckconfig b/example-sshCommandAlias/.buckconfig new file mode 100644 index 0000000..7f7d882 --- /dev/null +++ b/example-sshCommandAlias/.buckconfig
@@ -0,0 +1,15 @@ +[alias] + plugin = //:example-sshCommandAlias + +[java] + src_roots = java, resources + source_level = 8 + target_level = 8 + +[project] + ignore = .git + +[cache] + mode = dir + dir = buck-out/cache +