Fix typo in lib/lucene/BUCK
Replace ':core_jar' with ':lucene-core'. Buck cannot resolve ':core_jar'. Change-Id: Ie14327752bed4bb8b9e3da03994e9100436956e5
This commit is contained in:
parent
a71fdb49cd
commit
77e5dc88cf
@ -42,7 +42,7 @@ maven_jar(
|
||||
id = 'org.apache.lucene:lucene-backward-codecs:' + VERSION,
|
||||
sha1 = '5273da96380dfab302ad06c27fe58100db4c4e2f',
|
||||
license = 'Apache2.0',
|
||||
deps = [':core_jar'],
|
||||
deps = [':lucene-core'],
|
||||
exclude = [
|
||||
'META-INF/LICENSE.txt',
|
||||
'META-INF/NOTICE.txt',
|
||||
|
Loading…
Reference in New Issue
Block a user