-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (19 loc) · 1005 Bytes
/
gradle.properties
File metadata and controls
23 lines (19 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Version of this project
version=0.1.0
# Java Toolchain Configuration, including Foojay plugin to download correct JDK versions.
# auto-detect: *DISABLE* auto-detection of local Java installations to prefer downloaded toolchains
# auto-download: *ENABLE* automatic download of Java toolchains via Foojay
org.gradle.java.installations.auto-detect=false
org.gradle.java.installations.auto-download=true
# Gradle performance optimizations
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
# JVM arguments for Gradle daemon
# --enable-native-access=ALL-UNNAMED: Suppresses native access warnings from native-platform (RubyGrapefruit)
org.gradle.jvmargs=--enable-native-access=ALL-UNNAMED
# Platform keystore password
# NOTE: For production use, this should be set in $GRADLE_USER_HOME/gradle.properties
# (typically ~/.gradle/gradle.properties) instead of in the project directory
# to avoid committing passwords to source control.
platform.password=password