blob: b5eaf7b4acc46d51ba8b1a9ca86c6f0872401f55 [file] [log] [blame]
# Default build params - override in ~/.gradle/gradle.properties
version=9.0.0
# by default we disable the gradle daemon - override in ~/.gradle/gradle.properties
org.gradle.daemon=false
# everything must support parallel execution (port use, etc), even if you override this
org.gradle.parallel=true
# Default is number of CPU cores - max parallel jobs to run at once, including tests.
# org.gradle.workers.max=2
# The number of tests run in parallel must fit within the max workers setting. Defaults to number of CPU cores / 2.
# tests_jvms=5
# NOTE: gradle does not try to balance tests across jvms yet: https://github.com/gradle/gradle/issues/2669
org.gradle.caching=true
# experimental gradle feature - does not currently work with our version constraints plugin: https://github.com/palantir/gradle-consistent-versions/pull/145
org.gradle.configureondemand=false
# at least 2g is required to compile Solr ref guide.
org.gradle.jvmargs=-Xmx2g
python_exe=python