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 7e05509 commit 8f12e1aCopy full SHA for 8f12e1a
pom.xml
@@ -1889,6 +1889,8 @@
1889
<ignoredScopes>provided</ignoredScopes>
1890
<ignoredScopes>test</ignoredScopes>
1891
<ignoreClasses>
1892
+ <!-- Only used for JDK9+ -->
1893
+ <ignoreClass>com.thoughtworks.paranamer.DefaultParanamer</ignoreClass>
1894
<!--
1895
The package `org.jline.terminal.impl.ffm.*` contains some class files
1896
that are not compatible with JDK17 (only JDK21 is supported).
0 commit comments