configured pitest mutation testing
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
postgresql.version = 42.4.1
|
||||
|
||||
# TODO: can be removed if all dependencies are JDK 16 compliant
|
||||
#org.gradle.jvmargs= \
|
||||
# --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
||||
# --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
||||
# --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
||||
# --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||
# --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
||||
org.gradle.jvmargs= \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
||||
|
Reference in New Issue
Block a user