FooCAD / gradle.properties
foocadVersion=2.0 glokVersion=0.5.1 featherVersion=0.5 junitVersion=4.11 httpclientVersion=4.5.12 jtsVersion=1.18.2 # This value is private, and therefore NOT part of the FooCAD project source code.; # The real value is stored in ~/.gradle.properties gitLabPrivateToken=UNKNOWN # This is to "fix" "Java heap space" error messages from the memory hog: dokka. org.gradle.jvmargs=-Xmx1024M -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8