mirror of https://github.com/apache/lucene.git
SOLR-14836: Exclude README.committers.txt from distribution
This commit is contained in:
parent
1606a76187
commit
8a1644779b
|
@ -68,6 +68,7 @@ task toDir(type: Sync) {
|
||||||
from(project(":solr").projectDir, {
|
from(project(":solr").projectDir, {
|
||||||
include "bin/**"
|
include "bin/**"
|
||||||
include "licenses/**"
|
include "licenses/**"
|
||||||
|
exclude "licenses/README.committers.txt"
|
||||||
include "CHANGES.txt"
|
include "CHANGES.txt"
|
||||||
include "LICENSE.txt"
|
include "LICENSE.txt"
|
||||||
include "NOTICE.txt"
|
include "NOTICE.txt"
|
||||||
|
|
Loading…
Reference in New Issue