mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
use 7u65 for OS X builds
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@
|
||||
</condition>
|
||||
|
||||
<!-- Set the version of Java that must be present to build. -->
|
||||
<property name="jdk.update.macosx" value="60" />
|
||||
<property name="jdk.update.macosx" value="65" />
|
||||
<property name="jdk.path.macosx" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_${jdk.update.macosx}.jdk" />
|
||||
|
||||
<available file="${jdk.path.macosx}" property="macosx_jdk_found" />
|
||||
|
||||
Reference in New Issue
Block a user