-
-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (18 loc) · 674 Bytes
/
Copy pathgradle.properties
File metadata and controls
22 lines (18 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2026. Tony Robalik.
# SPDX-License-Identifier: Apache-2.0
org.gradle.jvmargs=-Xmx6G \
-Dfile.encoding=UTF-8 \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:MaxMetaspaceSize=1024m
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.tooling.parallel=true
# https://docs.gradle.org/8.5/release-notes.html
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
VERSION=3.19.2-SNAPSHOT
# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency=false
# Uncomment to use maven local
#systemProp.local=true