-
Notifications
You must be signed in to change notification settings - Fork 26
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
Spring boot native image failed #370
Comments
Hm might this be because of using |
Hi, Here is my
How can I use the |
What happened?
I have a simple spring boot application which is running fine in spring boot mode in Intellij or as a jar. Please see below for the logs
But when I try to create native image using plug in I see following error
Error: Image build request failed with exit status 1
As you can see from the spring boot jar version log the main class is under package com.palantir.test.Main . Not sure why the plugin is complaining that its not able to find main class.
Here is the build.gradle entry
What did you want to happen?
native image should be created for spring boot version 2.3.1.RELEASE or any spring boot version supported by Graal
The text was updated successfully, but these errors were encountered: