-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cli-bot to use 'org.graalvm.buildtools.native' plugin
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.
- Loading branch information
Showing
8 changed files
with
397 additions
and
1,638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.