Fix jdk module not exported to unnamed issue
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<properties>
|
||||
<dependencies.version>${project.version}</dependencies.version>
|
||||
<jdt.core.version>3.33.0</jdt.core.version>
|
||||
<jdt.core.version>3.35.0</jdt.core.version>
|
||||
<lsp4xml.version>0.24.0</lsp4xml.version>
|
||||
</properties>
|
||||
|
||||
@@ -113,19 +113,23 @@
|
||||
<groupId>org.eclipse.jdt</groupId>
|
||||
<artifactId>org.eclipse.jdt.core</artifactId>
|
||||
<version>${jdt.core.version}</version>
|
||||
<!--
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.eclipse.platform</groupId>
|
||||
<artifactId>org.eclipse.equinox.preferences</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
-->
|
||||
</dependency>
|
||||
<!-- the 3.10.1 org.eclipse.platform fixed the pb -->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.eclipse.platform</groupId>
|
||||
<artifactId>org.eclipse.equinox.preferences</artifactId>
|
||||
<version>3.10.1</version>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
@@ -382,9 +386,6 @@
|
||||
<plugin>
|
||||
<groupId>org.graalvm.buildtools</groupId>
|
||||
<artifactId>native-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<buildArg>--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</buildArg>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
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 \
|
||||
-Dcom.sun.net.ssl.checkRevocation=false
|
||||
Reference in New Issue
Block a user