mirror of
https://github.com/apache/lucene.git
synced 2025-02-12 21:15:19 +00:00
9 lines
231 B
Groovy
9 lines
231 B
Groovy
|
|
// Why does solr exclude these from forbidden API checks?
|
|
|
|
configure(project(":solr:core")) {
|
|
configure([forbiddenApisMain, forbiddenApisTest]) {
|
|
exclude "org/apache/solr/internal/**"
|
|
exclude "org/apache/hadoop/**"
|
|
}
|
|
} |