-
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
micronaut aws custom runtime build failing post 4.x #805
Comments
The same issue occurs even if I try running this on github actions, following is the github action :
Following error return :
|
Duplicates #798 |
@alvarosanchez : With 4.0.2 , I am able to pass step 6 but facing following issue at Step 7 :
Its failing at :
|
@alvarosanchez : I have tried using 4.0.3-SNAPSHOT to test the build pipeline for my projects , it did passed step 6 & 7, but has now started failing on step 13.
Following is the pom , if needed :
|
I'd need a reproducing application |
I have created a sketchy application at : https://github.com/sharewithmarvin/micronaut-demo When we try to build this on windows machine with docker using following command it fails
Logs are
|
Thank you for the example application. It does work in Unix, so it must be a Windows-only issue. I have created #808 to keep track of it. Let's move the conversation there. |
After moving to micronaut 4.x from 3.9.4 as per (https://micronaut.io/2023/05/09/upgrade-to-micronaut-framework-4-0-0/) , I have started facing following issue :
Following is the parent pom
Following is the command being executed
Exception Occurred
The text was updated successfully, but these errors were encountered: