[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(
|
||||
name = 'annotations',
|
||||
binary_jar = 'annotations.jar',
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
]
|
||||
java_library(
|
||||
name = 'annotations',
|
||||
srcs = glob(['**/*.java']),
|
||||
deps = [
|
||||
'//dependencies/java/jsr-305:jsr-305',
|
||||
],
|
||||
visibility = [
|
||||
'PUBLIC'
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in new issue