commit | e8468b5743d94f1cc0bcda037855b68458952274 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Mon Jul 25 13:42:36 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Aug 03 22:27:51 2016 +0000 |
tree | 97496febffccf7aa52ae273b4d7e44c0228a485f | |
parent | bb23e0b5fb0de34ccf33fc4d06253fc593bdfdaa [diff] [blame] |
ONOS Swagger Plugin just does swagger now to build the plugin, you need to download to following: https://github.com/bocon13/buck/releases/download/v2016.07.29.01-wip/buck.jar put the buck.jar in tools/build/buck-plugin/lib Change-Id: Id1b833dd013fbc5581f8e884e755920829c4a17e
diff --git a/.buckconfig b/.buckconfig index 3780ab0..283935c 100644 --- a/.buckconfig +++ b/.buckconfig
@@ -1,6 +1,9 @@ [buildfile] includes = //buck-tools/default.defs +[plugins] + directory = //bucklets/plugins + [java] source_level = 8 target_level = 8