mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug message for jdk download
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@
|
||||
<target name="jdk-check">
|
||||
<echo message="Checking for ${jdk.archive.path}" />
|
||||
<available file="${jdk.archive.path}" property="jdk.archive.downloaded" />
|
||||
<echo message="Result: ${jdk.archive.downloaded}" />
|
||||
<!-- <echo message="Result: ${jdk.archive.downloaded}" /> -->
|
||||
</target>
|
||||
|
||||
<target name="jdk-download" depends="jdk-check"
|
||||
|
||||
Reference in New Issue
Block a user