Commit 3b79fdb 1 parent 811b0c5 commit 3b79fdb Copy full SHA for 3b79fdb
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 405
405
<exclude name =" lib/hamcrest-core-*.jar" />
406
406
</fileset >
407
407
</zip >
408
+ <antcall target =" download-jre" />
408
409
<antcall target =" download-build-jre" />
409
410
<zip file =" dist/davmail-${ release-name } -windows-standalone.zip" >
410
411
<fileset dir =" dist" >
540
541
<sonar />
541
542
</target >
542
543
543
- <target name =" download-jre" >
544
+ <target name =" download-jre" unless = " is.windows " >
544
545
<get src =" https://api.azul.com/zulu/download/community/v1.0/bundles/latest/binary/?jdk_version=15&ext=zip&os=windows&arch=x86&hw_bitness=64&bundle_type=jre&features=fx"
545
546
dest =" dist/jrefx.zip"
546
547
/>
550
551
<delete file =" dist/jrefx.zip" />
551
552
</target >
552
553
553
- <target name =" download-build-jre" >
554
+ <target name =" download-build-jre" if = " is.windows " >
554
555
<mkdir dir =" dist" />
555
556
<get src =" https://api.azul.com/zulu/download/community/v1.0/bundles/latest/binary/?jdk_version=15&ext=zip&os=windows&arch=x86&hw_bitness=64&bundle_type=jdk&features=fx"
556
557
dest =" dist/jdkfx.zip"
You can’t perform that action at this time.
0 commit comments