1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/gradle.properties
2024-09-18 14:26:41 +00:00

16 lines
404 B
Properties

VERSION=0.64.7
# 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