We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c3c88 commit 30b8852Copy full SHA for 30b8852
pom.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
- Copyright (c) 2012-2024 Red Hat, Inc.
+ Copyright (c) 2012-2025 Red Hat, Inc.
5
This program and the accompanying materials are made
6
available under the terms of the Eclipse Public License 2.0
7
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -2088,6 +2088,9 @@
2088
<goals>
2089
<goal>check</goal>
2090
</goals>
2091
+ <configuration>
2092
+ <argLine>--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</argLine>
2093
+ </configuration>
2094
</execution>
2095
</executions>
2096
</plugin>
0 commit comments