Skip to content

Commit

Permalink
Complete update to asm 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Apr 9, 2024
1 parent 57b7d49 commit 045f99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harness/apisupport.harness/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<pathelement location="${cluster}/tasks.jar"></pathelement>
</classpath>
</taskdef>
<echo file="build/binaries-list">AA205CF0A06DBD8E04ECE91C0B37C3F5D567546A org.ow2.asm:asm:9.6</echo>
<echo file="build/binaries-list">073D7B3086E14BEB604CED229C302FEFF6449723 org.ow2.asm:asm:9.7</echo>
<TestDownload>
<manifest dir="build">
<include name="binaries-list"/>
</manifest>
</TestDownload>
<delete file="build/asm-9.5.jar"/>
<delete file="build/asm-9.7.jar"/>
</target>

<target name="compile-jnlp-launcher" depends="init,compile">
Expand Down

0 comments on commit 045f99c

Please sign in to comment.