https://github.com/kermitt2/grobid
Revision e426bfe6c92625d685981e883888e3766fe6793b authored by Patrice Lopez on 17 March 2023, 10:53:12 UTC, committed by Patrice Lopez on 17 March 2023, 10:53:12 UTC
1 parent 01e2b74
Raw File
Tip revision: e426bfe6c92625d685981e883888e3766fe6793b authored by Patrice Lopez on 17 March 2023, 10:53:12 UTC
update header model (this is the best header model so far)
Tip revision: e426bfe
gradle.properties
version=0.7.3-SNAPSHOT
# Set workers to 1 that even for parallel builds it works. (I guess the shadow plugin makes some trouble)
org.gradle.workers.max=1
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = true
# from Java 9+
#org.gradle.jvmargs=--add-modules=java.xml.bind,java.activation
#systemProp.https.proxyHost=
#systemProp.https.proxyPort=
#systemProp.https.proxyHost=
#systemProp.https.proxyPort=
back to top