We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74062b0 commit f092411Copy full SHA for f092411
build.xml
@@ -49,10 +49,11 @@
49
<junit printsummary="yes" fork="true" haltonfailure="yes">
50
<jvmarg value="-Xmx1g"/>
51
<classpath>
52
- <pathelement location="lib/junit-4.11.jar" />
+ <pathelement location="lib/junit-4.12.jar" />
53
<pathelement location="lib/hamcrest-core-1.3.jar" />
54
<pathelement location="lib/multihash.jar" />
55
<pathelement location="lib/multiaddr.jar" />
56
+ <pathelement location="lib/cid.jar" />
57
<pathelement location="dist/ipfs.jar" />
58
</classpath>
59
<batchtest haltonfailure="yes">
0 commit comments