leftover from SpringBoot 3 upgrade: cleanup in gradle.properties
This commit is contained in:
parent
b69af8fa57
commit
6df93bfbb6
@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
# Spring BOM overrides
|
# Spring BOM overrides
|
||||||
# postgresql.version = 42.4.1
|
# currently none necessary
|
||||||
# snakeyaml.version = 1.32
|
|
||||||
# jackson-databind = 2.13.4
|
|
||||||
|
|
||||||
# TODO: can be removed if all dependencies are JDK 16 compliant, check with `gw clean check`
|
# TODO: can be removed if all dependencies are JDK 16 compliant, check with `gw clean check`
|
||||||
# and check output for "cannot access class ... because module jdk.compiler does not export ..."
|
# and check output for "cannot access class ... because module jdk.compiler does not export ..."
|
||||||
@ -11,7 +9,4 @@ org.gradle.jvmargs= \
|
|||||||
--add-exports jdk.compiler/com.sun.tools.javac.file=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.parser=ALL-UNNAMED \
|
||||||
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||||
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
||||||
|
|
||||||
# --add-exports com.vladmihalcea.hibernate.type.array.internal.StringArrayTypeDescriptor\
|
|
||||||
# --add-exports org.hibernate.type.descriptor.java.BasicPluralJavaType
|
|
||||||
|
Loading…
Reference in New Issue
Block a user