mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Switch to ASM 5 in order to support build under JDK 8
This commit is contained in:
parent
ff469f4cc4
commit
991ca3e4a5
3
pom.xml
3
pom.xml
|
@ -120,7 +120,7 @@
|
|||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-debug-all</artifactId>
|
||||
<version>4.2</version>
|
||||
<version>5.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -192,6 +192,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<show>protected</show>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue
Block a user