https://github.com/kermitt2/grobid
Revision 5aca6b85c306bafa2b94076ed36a745e64553b48 authored by Luca Foppiano on 02 April 2024, 21:35:06 UTC, committed by Luca Foppiano on 02 April 2024, 21:35:06 UTC
2 parent s c92bc1e + 5b14536
Raw File
Tip revision: 5aca6b85c306bafa2b94076ed36a745e64553b48 authored by Luca Foppiano on 02 April 2024, 21:35:06 UTC
Merge branch 'master' into sentence-segmentation-detection
Tip revision: 5aca6b8
gradle.properties
version=0.8.1-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