-
Notifications
You must be signed in to change notification settings - Fork 61
/
gradle.properties
29 lines (25 loc) · 1.3 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
29
projectVersion=4.6.1-SNAPSHOT
projectGroup=io.micronaut.test
title=Micronaut Test
projectDesc=Testing Framework Extensions for Micronaut
projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-test
developers=Graeme Rocher
spocktests=test-spock/src/test/groovy/io/micronaut/test/spock
junit5tests=test-junit5/src/test/java/io/micronaut/test/junit5
kotesttests=test-kotest/src/test/kotlin/io/micronaut/test/kotest
kotest5tests=test-kotest5/src/test/kotlin/io/micronaut/test/kotest5
restassuredtests=test-rest-assured/src/test/java/io/micronaut/test/rest/assured
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g
org.gradle.parallel=true
kotlin.daemon.jvmargs=--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED\
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED