Skip to content

Commit 680d12c

Browse files
author
Jonathan Feinberg
committed
Use newer JRE for standalone
1 parent 01e6ad7 commit 680d12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<param name="dist.compressed" value="${dist.name}.${compression}"/>
294294
<param name="dist.dir" value="dist/${dist.name}"/>
295295
<param name="dist.jre" value="dist/${dist.name}/jre"/>
296-
<param name="jre.remote" value="http://processing.py.s3.amazonaws.com/jre-7u72-@{platform}.tgz"/>
296+
<param name="jre.remote" value="http://processing.py.s3.amazonaws.com/jre-8u92-@{platform}.tgz"/>
297297
<param name="jre.local.dir" value="JREs/@{platform}"/>
298298
<param name="jre.local.compressed" value="JREs/@{platform}.tgz"/>
299299
<param name="gl.platform" value="${gl.platform}"/>

0 commit comments

Comments
 (0)