remove module-info.class (#2401)
This commit is contained in:
parent
0ecf641c17
commit
191740fcdd
|
|
@ -90,6 +90,14 @@
|
||||||
<shadedPattern>${shade.net.bytebuddy.target}</shadedPattern>
|
<shadedPattern>${shade.net.bytebuddy.target}</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<artifact>net.bytebuddy:byte-buddy</artifact>
|
||||||
|
<excludes>
|
||||||
|
<exclude>META-INF/versions/9/module-info.class</exclude>
|
||||||
|
</excludes>
|
||||||
|
</filter>
|
||||||
|
</filters>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue