-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (16 loc) · 716 Bytes
/
gradle.properties
File metadata and controls
21 lines (16 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version = 6.1.0-SNAPSHOT
# For backward compatibility checks
apiBaselineVersion = 6.0.2
org.gradle.jvmargs=-Xmx1g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache.parallel=true
org.gradle.java.installations.fromEnv=GRAALVM_HOME,JDK17,JDK21,JDK24,JDK25
org.gradle.kotlin.dsl.allWarningsAsErrors=true
# Test Distribution
develocity.internal.testdistribution.writeTraceFile=true
# Omit automatic compile dependency on kotlin-stdlib
# https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
kotlin.stdlib.default.dependency=false
# Avoid Gradle deprecation warnings from Kotlin plugin
kotlin.mpp.keepMppDependenciesIntactInPoms=true