pont-us / PuffinPlot

A program to plot and analyse palaeomagnetic data
GNU General Public License v3.0
3 stars 0 forks source link

Jython download fails due to changed Maven Central URL #403

Closed pont-us closed 3 years ago

pont-us commented 3 years ago

PuffinPlot downloads Jython at runtime on first use of the Python scripting feature. This feature is currently broken, since the central.maven.org endpoint which it was using has been retired. The hardcoded Jython URL in PuffinPlot should be updated to point to one of the current canonical HTTPS endpoints, https://repo1.maven.org or https://repo.maven.apache.org, as described at https://central.sonatype.org/faq/ssl/.