From 676b643b623254570f82bce84d279a0b53c1ddb9 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 16 Oct 2023 18:16:36 -0400 Subject: [PATCH] OR recipes can be applied but issues with formatting --- .../META-INF/native-image/native-image.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/headless-services/spring-boot-language-server/src/main/resources/META-INF/native-image/native-image.properties b/headless-services/spring-boot-language-server/src/main/resources/META-INF/native-image/native-image.properties index b2c4438cc..ad99b8a42 100644 --- a/headless-services/spring-boot-language-server/src/main/resources/META-INF/native-image/native-image.properties +++ b/headless-services/spring-boot-language-server/src/main/resources/META-INF/native-image/native-image.properties @@ -1,3 +1,8 @@ Args = --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ - -H:+AllowJRTFileSystem + --add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ + --add-exports jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \ + --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ + --add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \ + -H:+AddAllCharsets \ + -H:+AllowJRTFileSystem