Walking the application path to find a non-exploded jar did not handle finding no suitable jar correctly - this fix ensures that
either no jar being found, or a non-boot jar being found, results in the expected backing off of the Boot buildpack during build.
Checklist
[ ] I have viewed, signed, and submitted the Contributor License Agreement.
[ ] I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
[ ] I have added an integration test, if necessary.
[ ] I have reviewed the styleguide for guidance on my code quality.
[ ] I'm happy with the commit history on this PR (I have rebased/squashed as needed).
Summary
Fixes #474
Use Cases
Walking the application path to find a non-exploded jar did not handle finding no suitable jar correctly - this fix ensures that either no jar being found, or a non-boot jar being found, results in the expected backing off of the Boot buildpack during build.
Checklist