commit | author | age
|
9aa86a
|
1 |
|
MH |
2 |
# Spring BOM overrides |
|
3 |
postgresql.version = 42.4.1 |
01d9cb
|
4 |
snakeyaml.version = 1.32 |
398f15
|
5 |
jackson-databind = 2.13.4 |
1a18ba
|
6 |
|
23796c
|
7 |
# TODO: can be removed if all dependencies are JDK 16 compliant, check with `gw clean check` |
MH |
8 |
# and check output for "cannot access class ... because module jdk.compiler does not export ..." |
9fb661
|
9 |
org.gradle.jvmargs= \ |
MH |
10 |
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ |
|
11 |
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ |
|
12 |
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ |
|
13 |
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ |
|
14 |
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED |