Skip to content

Commit

Permalink
add duplicate strategy for dist* task
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Aug 23, 2021
1 parent 75d9d6a commit 605da3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ project(":grobid-service") {
tasks.shadowDistZip.enabled = false
tasks.shadowDistTar.enabled = false

distZip { duplicatesStrategy = DuplicatesStrategy.EXCLUDE }
distTar { duplicatesStrategy = DuplicatesStrategy.EXCLUDE }

dependencies {
implementation project(':grobid-core')
implementation project(':grobid-trainer')
Expand Down

0 comments on commit 605da3d

Please sign in to comment.