You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Graal builds have moved to a new location:
https://github.com/graalvm/graalvm-ce-builds/releases
At the same time, palantir/gradle-graal plugin does not support this
(see palantir/gradle-graal#654)
There seems to be a gradle plugin provided by graalvm,
so trying to see if that can be used instead.
Locally I also did the following:
- install a different graal distribution via `sdk install java 17.0.9-graalce`
- version 17 since I'm using java 17 locally mostly, though
kotlin-faker is built with java 8 of course, but seems like that
works fine
- make sure the native-image for the new distribution is installed:
- `gu install native-image`
- note that `gu` is NOT available for 21.0.2-graalce version for some reason
Note that 'reflect-config.json' was updated using the 17.0.9-graalce distribution.
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
The text was updated successfully, but these errors were encountered: