https://github.com/kermitt2/grobid
Raw File
Tip revision: 14424cad1e71440f8e8868c1e76906297979881c authored by lopez on 12 February 2019, 19:21:59 UTC
fix for the fix for building the release
Tip revision: 14424ca
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top