forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
28 lines (21 loc) · 1 KB
/
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
group = org.junit
version = 5.6.0-SNAPSHOT
jupiterGroup = org.junit.jupiter
platformGroup = org.junit.platform
platformVersion = 1.6.0-SNAPSHOT
vintageGroup = org.junit.vintage
vintageVersion = 5.6.0-SNAPSHOT
defaultBuiltBy = JUnit Team
releaseBranch = master
# 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
# Use this flag so that when compiling against project dependencies
# the jar is created and used instead of using src/main/classes.
#
# See https://docs.gradle.org/current/userguide/java_library_plugin.html#sub:java_library_known_issues_windows_performance
systemProp.org.gradle.java.compile-classpath-packaging=true
# Workaround for https://issues.sonatype.org/browse/NEXUS-21802
# See https://github.com/gradle/gradle/issues/11308 for additional context.
systemProp.org.gradle.internal.publish.checksums.insecure=true