railwayapp / nixpacks

App source + Nix packages + Docker = Image
https://nixpacks.com
MIT License
2.47k stars 232 forks source link

fix/#979 fix springboot running plain jar instead of executable jar #980

Closed fattila16 closed 10 months ago

fattila16 commented 11 months ago

This PR solves the following issue: https://github.com/railwayapp/nixpacks/issues/979

Disclaimer: This drops support of any spring version that does not have a bootJar task, mainly spring v1

As per the comments below PR implements a different solution now:

coffee-cup commented 10 months ago

Thank you 🎉