mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Don't compile against maven artifacts in buck build
Change-Id: Iabdc61a51b0c13debb97dd9a96fccc5a787d8c30
This commit is contained in:
parent
cbe8dd7310
commit
53edb38323
@ -34,7 +34,7 @@ def yang_model(
|
||||
|
||||
yang_library(
|
||||
name = yang,
|
||||
srcs = glob(['**/*.yang']),
|
||||
srcs = glob(['**/*.yang'], excludes=['**/target/**']),
|
||||
)
|
||||
|
||||
genrule(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user