-
Notifications
You must be signed in to change notification settings - Fork 41k
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
developmentOnly configuration excludes jar files from fat jar #21288
Comments
I can re-create this locally with a trivial app. The image runs with I get the same failure when building the image using |
On further testing, it appears the failure only happens when DevTools is included with |
I'm pretty sure that this is caused by the changes for #16599. We're removing too much from the |
I've confirmed that this has nothing to do with the builder or buildpacks. If you include the Including the
|
Using 2.3.0.RC1, I confirm that 1) the same issue exists 2) removing the dev tools fixes the issue |
The docker image that is built with the default buildpack (paketo) in Springboot version 2.3.0-RC1 throws an error because the dependencies inside the container cannot be found. In 2.3.0-M4 this wasn't the case with the cloudfoundry buildpack.
Log of the docker container
Gradle Project File
The text was updated successfully, but these errors were encountered: