1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Use stable JRE

This commit is contained in:
Reinhard Pointner 2016-11-03 04:11:31 +08:00
parent 61a691e789
commit 7bf19bcff9

View File

@ -31,7 +31,7 @@
<!-- target JRE -->
<property name="jre.major" value="8" />
<property name="jre.build" value="112" />
<property name="jre.build" value="111" />
<target name="resolve" description="Retrieve dependencies with Apache Ivy">