https://github.com/kermitt2/grobid
Revision 2f87f1ce22aaf976aa461fabfd68cfaa587fd3df authored by lopez on 25 February 2023, 13:31:14 UTC, committed by lopez on 25 February 2023, 13:31:14 UTC
2 parent s 16f9c07 + ae7cc1f
Raw File
Tip revision: 2f87f1ce22aaf976aa461fabfd68cfaa587fd3df authored by lopez on 25 February 2023, 13:31:14 UTC
Merge branch 'master' of github.com:kermitt2/grobid
Tip revision: 2f87f1c
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