forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
29 lines (22 loc) · 1008 Bytes
/
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
24
25
26
27
28
29
group = org.junit
version = 5.13.0-SNAPSHOT
jupiterGroup = org.junit.jupiter
platformGroup = org.junit.platform
platformVersion = 1.13.0-SNAPSHOT
vintageGroup = org.junit.vintage
vintageVersion = 5.13.0-SNAPSHOT
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache.parallel=true
org.gradle.java.installations.fromEnv=JDK8,JDK18,JDK19,JDK20,JDK21,JDK22,JDK23,JDK24
org.gradle.kotlin.dsl.allWarningsAsErrors=true
org.gradle.warning.mode=fail
# 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