-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GraalVM download URL on Amazon Linux for AWS Lambda #1219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm, I guess the Gradle plugin needs a similar update? That's quite a difference, not only this changes the GraalVM download URL, but also how the Amazon functions are built.
It does, Gradle builds are as broken as Maven ones in this regard. The functions are built the same, just took the opportunity to improve/clean the Dockefiles. |
This is the Gradle's counterpart to micronaut-projects/micronaut-maven-plugin#1219 The fix is slightly different since we already had a way to define the base path, but not the full path. Now the plugin provides the option to completely override the GraalVM download URL, in case the derivation from the JDK and arch properties is not good enough.
* Fix GraalVM download URL This is the Gradle's counterpart to micronaut-projects/micronaut-maven-plugin#1219 The fix is slightly different since we already had a way to define the base path, but not the full path. Now the plugin provides the option to completely override the GraalVM download URL, in case the derivation from the JDK and arch properties is not good enough. * Update Amazon Linux base image
* Fix GraalVM download URL This is the Gradle's counterpart to micronaut-projects/micronaut-maven-plugin#1219 The fix is slightly different since we already had a way to define the base path, but not the full path. Now the plugin provides the option to completely override the GraalVM download URL, in case the derivation from the JDK and arch properties is not good enough. * Update Amazon Linux base image
No description provided.