Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Apr 3, 2024
1 parent 16a5496 commit 58a242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ task copyModels(type: Copy) {

doLast {
print "Copy models under grobid-home: ${grobidHome}"
ant.gunzip(src: "${rootDir}/${grobidHome}/models/superconductors/model.wapiti.gz", dest: "${rootDir}/${grobidHome}/models/superconductors/")
ant.gunzip(src: "${grobidHome}/models/superconductors/model.wapiti.gz", dest: "${grobidHome}/models/superconductors/")
}
}

Expand Down

0 comments on commit 58a242f

Please sign in to comment.