We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7d49 commit 045f99cCopy full SHA for 045f99c
harness/apisupport.harness/build.xml
@@ -39,13 +39,13 @@
39
<pathelement location="${cluster}/tasks.jar"></pathelement>
40
</classpath>
41
</taskdef>
42
- <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>
43
<TestDownload>
44
<manifest dir="build">
45
<include name="binaries-list"/>
46
</manifest>
47
</TestDownload>
48
- <delete file="build/asm-9.5.jar"/>
+ <delete file="build/asm-9.7.jar"/>
49
</target>
50
51
<target name="compile-jnlp-launcher" depends="init,compile">
0 commit comments