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