We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0becede commit 38ffebbCopy full SHA for 38ffebb
1 file changed
pom.xml
@@ -2183,6 +2183,14 @@
2183
<rules>
2184
<enforceBytecodeVersion>
2185
<maxJdkVersion>1.8</maxJdkVersion>
2186
+ <!--
2187
+ Multi release jars that are Java 8 compatible should pass,
2188
+ but the extra-enforcer-plugin does not detect them
2189
+ correctly so we should ignore them explicitly.
2190
+ -->
2191
+ <ignoreClasses>
2192
+ <ignoreClass>module-info</ignoreClass>
2193
+ </ignoreClasses>
2194
<excludes>
2195
<!--
2196
Supplied by the user JDK and compiled with matching
0 commit comments