creating a single target to rollup maven artifacts (#8776)
parent
5df472af15
commit
c684434ecb
3 changed files with 40 additions and 6 deletions
@ -1,8 +1,16 @@ |
||||
test_suite( |
||||
name = "tests", |
||||
tests = [ |
||||
"//java/core:tests", |
||||
"//java/lite:tests", |
||||
"//java/util:tests", |
||||
], |
||||
name = "tests", |
||||
tests = [ |
||||
"//java/core:tests", |
||||
"//java/lite:tests", |
||||
"//java/util:tests", |
||||
], |
||||
) |
||||
|
||||
filegroup( |
||||
name = "release", |
||||
srcs = [ |
||||
"//java/core:release", # contains lite. |
||||
"//java/util:release", |
||||
] |
||||
) |
Loading…
Reference in new issue