mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 09:21:07 +01:00
Updated dependency locations to somewhere more stable 🤞
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<property name="core.library.jar" location="../../../core/library/core.jar" />
|
||||
|
||||
<property name="batik.version" value="1.14" />
|
||||
<property name="batik.version" value="1.18" />
|
||||
<!-- the .zip file to be downloaded -->
|
||||
<property name="batik.zip" value="batik-bin-${batik.version}.zip" />
|
||||
<!-- the .jar file that we need from the download -->
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- URL for the version of Batik currently supported by this library. -->
|
||||
<property name="batik.url"
|
||||
value="https://archive.apache.org/dist/xmlgraphics/batik/binaries/${batik.zip}" />
|
||||
value="https://dlcdn.apache.org//xmlgraphics/batik/binaries/${batik.zip}" />
|
||||
|
||||
<!-- Storing a "local" copy in case the original link goes dead. When updating
|
||||
releases, please upload the new version to download.processing.org. -->
|
||||
|
||||
Reference in New Issue
Block a user