snowdrop / java-buildpack-client

A simple buildpack (https://buildpacks.io/) platform implementation as a library for java..
Apache License 2.0
13 stars 7 forks source link

Clean up main Builder class. #39

Closed BarDweller closed 1 year ago

BarDweller commented 1 year ago

As the builder impl becomes more complex (with multi phase lifecycle planned) .. the main builder class will need a bit of a tidy up to bring it back to being focused on just orchestrating the build, rather than also being the holder for any logic that didn't really warrant its own class.