palantir / gradle-graal

A plugin for Gradle that adds tasks to download, extract and interact with GraalVM tooling.
Apache License 2.0
227 stars 27 forks source link

New graal distribution URL not supported #654

Open serpro69 opened 6 months ago

serpro69 commented 6 months ago

What happened?

Graal builds have moved from https://github.com/oracle/graal/releases to https://github.com/graalvm/graalvm-ce-builds/releases

Simply updating the url via downloadBaseUrl property doesn't help because of some hardcoded values in this plugin.

What did you want to happen?

Support downloading graal builds from the current location