[infer][test] The buck integration BUCK file for the integration test was refering to a file built by make
Reviewed By: sblackshear Differential Revision: D4489815 fbshipit-source-id: 7bea0e5master
parent
4e02b3c525
commit
c5e962e231
@ -1,7 +1,10 @@
|
|||||||
prebuilt_jar(
|
java_library(
|
||||||
name = 'annotations',
|
name = 'annotations',
|
||||||
binary_jar = 'annotations.jar',
|
srcs = glob(['**/*.java']),
|
||||||
visibility = [
|
deps = [
|
||||||
'PUBLIC',
|
'//dependencies/java/jsr-305:jsr-305',
|
||||||
]
|
],
|
||||||
|
visibility = [
|
||||||
|
'PUBLIC'
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue