Skip to content

Commit

Permalink
disable the distribution zip and tar from shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jul 17, 2020
1 parent 0c2f865 commit 683804d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -330,6 +330,8 @@ project(":grobid-service") {

tasks.distZip.enabled = false
tasks.distTar.enabled = false
tasks.shadowDistZip.enabled = false
tasks.shadowDistTar.enabled = false

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

0 comments on commit 683804d

Please sign in to comment.