We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b74bf + 5fff85b commit da2d56fCopy full SHA for da2d56f
1 file changed
pom.xml
@@ -16,7 +16,7 @@
16
<annotations.version>23.0.0</annotations.version>
17
<antlr4.version>4.9.3</antlr4.version>
18
<apktool.version>2.6.1</apktool.version>
19
- <asm.version>9.2</asm.version>
+ <asm.version>9.3</asm.version>
20
<bined.version>0.2.0</bined.version>
21
<byteanalysis.version>1.0bcv</byteanalysis.version>
22
<cfr.version>0.152</cfr.version>
@@ -409,7 +409,7 @@
409
<filter>
410
<artifact>*:*</artifact>
411
<excludes>
412
- <exclude>module-info.class</exclude>
+ <exclude>**/module-info.class</exclude>
413
<exclude>META-INF/*.SF</exclude>
414
<exclude>META-INF/*.DSA</exclude>
415
<exclude>META-INF/*.RSA</exclude>
0 commit comments