-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
23 lines (21 loc) · 1.2 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
group=com.saveourtool.save
liquibaseTaskPrefix=liquibase
# The following properties control the environment for building Docker images. To point tasks to Minikube's Docker Daemon,
# run `docker port minikube` and look for mapping of 2376; run `minikube docker-env` and look for `$Env:DOCKER_CERT_PATH`
#build.docker.host=https://127.0.0.1:49156
#build.docker.tls-verify=true
#build.docker.cert-path=C:\\Users\\<User>\\.minikube\\certs
# gradle performance
org.gradle.jvmargs=-Xmx4g -Xms3g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.vfs.watch=true
## https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand
## there will be a replacement `org.gradle.unsafe.isolated-project`: https://github.com/gradle/gradle/pull/16930
#org.gradle.configureondemand=true
kotlin.native.cacheKind.linuxX64=static
# See <https://docs.gradle.com/enterprise/gradle-plugin/>
#
# If this is enabled, the Gradle Enterprise plug-in will be conflicting with
# the Test Retry plug-in (org.gradle.test-retry,
# <https://github.com/gradle/test-retry-gradle-plugin>).
systemProp.gradle.enterprise.testretry.enabled=false