Skip to content

Commit

Permalink
apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Aug 23, 2021
1 parent 29435eb commit f1cfdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -337,8 +337,8 @@ project(":grobid-service") {
tasks.shadowDistZip.enabled = false
tasks.shadowDistTar.enabled = false

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

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

0 comments on commit f1cfdd7

Please sign in to comment.