1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/gradle.properties
2023-08-08 21:02:12 +00:00

16 lines
405 B
Properties

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