forked from autonomousapps/dependency-analysis-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (18 loc) · 742 Bytes
/
Copy pathgradle.properties
File metadata and controls
22 lines (18 loc) · 742 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) 2024. 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
VERSION=3.3.1-SNAPSHOT
# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency=false
# TODO(tsr): switch these around when migration to Dokka v2 complete.
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
#org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# Uncomment to use maven local
#systemProp.local=true