include LICENSE and README.md files with parts database
This commit is contained in:
parent
596943a423
commit
98a931120a
@ -167,6 +167,10 @@ tasks.register('externalComponentsCopy', Copy) {
|
||||
from(externalResourceComponents + '/orc') {
|
||||
include '**/*'
|
||||
}
|
||||
from(externalResourceComponents) {
|
||||
include 'LICENSE'
|
||||
include 'README.md'
|
||||
}
|
||||
into externalComponentsPath
|
||||
exclude '**/*.bak'
|
||||
includeEmptyDirs = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user