We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b586e commit d05ba74Copy full SHA for d05ba74
pom.xml
@@ -268,6 +268,13 @@ Portions Copyright (c) 2018, Chris Fraire <cfraire@me.com>.
268
</executions>
269
<configuration>
270
<verbose>true</verbose>
271
+ <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
272
+ <javaApiLinks>
273
+ <property>
274
+ <name>foo</name>
275
+ <value>bar</value>
276
+ </property>
277
+ </javaApiLinks>
278
<sourceFileExcludes>
279
<!-- workarounds for https://github.com/jflex-de/jflex/issues/542 -->
280
<exclude>**/HistoryLineTokenizer.java</exclude>
0 commit comments