• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • .buckconfig
  • Brian O'Connor's avatar
    ONOS Swagger Plugin · e8468b57 ...
    e8468b57
    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
    Brian O'Connor authored 2016-08-03 22:27:51 +0000
.buckconfig 305 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[buildfile]
  includes = //buck-tools/default.defs

[plugins]
  directory = //bucklets/plugins

[java]
  source_level = 8
  target_level = 8

[alias]
    onos = //tools/package:onos-run
    package = //tools/package:onos-package

[download]
  maven_repo = https://repo1.maven.org/maven2
  in_build = true