1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/gradle.properties
2023-06-16 01:18:02 +00:00

16 lines
404 B
Properties

VERSION=0.50.4
# NOTE: some of these values are overwritten in CI!
# NOTE: if you want to override this for your local machine, set overrides in ~/.gradle/gradle.properties
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx8g -Xss4m
org.gradle.caching=true
# Note, this might have issues on the normal Github runner.
org.gradle.vfs.watch=true
# Tune # of cores Gradle uses.
# org.gradle.workers.max=3