Skip to content

Commit da2d56f

Browse files
authored
Merge pull request #411 from ThexXTURBOXx/master
Update ASM for Java 19 support
2 parents a4b74bf + 5fff85b commit da2d56f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<annotations.version>23.0.0</annotations.version>
1717
<antlr4.version>4.9.3</antlr4.version>
1818
<apktool.version>2.6.1</apktool.version>
19-
<asm.version>9.2</asm.version>
19+
<asm.version>9.3</asm.version>
2020
<bined.version>0.2.0</bined.version>
2121
<byteanalysis.version>1.0bcv</byteanalysis.version>
2222
<cfr.version>0.152</cfr.version>
@@ -409,7 +409,7 @@
409409
<filter>
410410
<artifact>*:*</artifact>
411411
<excludes>
412-
<exclude>module-info.class</exclude>
412+
<exclude>**/module-info.class</exclude>
413413
<exclude>META-INF/*.SF</exclude>
414414
<exclude>META-INF/*.DSA</exclude>
415415
<exclude>META-INF/*.RSA</exclude>

0 commit comments

Comments
 (0)