Skip to content

Commit 30b8852

Browse files
committed
commit
1 parent e3c3c88 commit 30b8852

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2024 Red Hat, Inc.
4+
Copyright (c) 2012-2025 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -2088,6 +2088,9 @@
20882088
<goals>
20892089
<goal>check</goal>
20902090
</goals>
2091+
<configuration>
2092+
<argLine>--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</argLine>
2093+
</configuration>
20912094
</execution>
20922095
</executions>
20932096
</plugin>

0 commit comments

Comments
 (0)