build file now uses specific zutil build instead of latest
This commit is contained in:
parent
92f402a07b
commit
d26a9d0018
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@
|
||||||
|
|
||||||
<target name="build-dependencies">
|
<target name="build-dependencies">
|
||||||
<mkdir dir="${buildDir}" />
|
<mkdir dir="${buildDir}" />
|
||||||
<get src="http://ci.koc.se/jenkins/job/Zutil/lastSuccessfulBuild/artifact/build/release/Zutil.jar" dest="${libDir}" verbose="true" usetimestamp="true"/>
|
<get src="http://ci.koc.se/jenkins/job/Zutil/105/artifact/build/release/Zutil.jar"
|
||||||
|
dest="${libDir}" verbose="true" usetimestamp="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build-test" depends="build">
|
<target name="build-test" depends="build">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue