Skip to content

Commit

Permalink
include LICENSE and README.md files with parts database
Browse files Browse the repository at this point in the history
  • Loading branch information
JoePfeiffer committed May 10, 2024
1 parent 596943a commit 98a9311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a9311

Please sign in to comment.