Skip to content

Commit

Permalink
Remove unnecessary split package ignores - fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Sep 23, 2021
1 parent f4755eb commit 09ed7dd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,7 @@ tasks.named("licenseHeaders").configure {

tasks.named('splitPackagesAudit').configure {
// Lucene packages should be owned by Lucene!
ignoreClasses 'org.apache.lucene.analysis.miscellaneous.DeDuplicatingTokenFilter',
'org.apache.lucene.analysis.miscellaneous.DisableGraphAttribute',
'org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl',
'org.apache.lucene.analysis.miscellaneous.DuplicateByteSequenceSpotter',
'org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttribute',
'org.apache.lucene.analysis.miscellaneous.DuplicateSequenceAttributeImpl',
'org.apache.lucene.queryparser.classic.XQueryParser',
ignoreClasses 'org.apache.lucene.queryparser.classic.XQueryParser',
'org.apache.lucene.queries.BinaryDocValuesRangeQuery',
'org.apache.lucene.queries.BlendedTermQuery',
'org.apache.lucene.queries.SpanMatchNoDocsQuery',
Expand Down

0 comments on commit 09ed7dd

Please sign in to comment.