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

Do not use SystemUtils from apache commons lang. #35

Closed iocanel closed 2 years ago

iocanel commented 2 years ago

We are bringing in a library just for the operating system check and I think this best be avoided. This is causing issues in downstream projects so we better stop using it.

Just to make things clear. The library is still being pulled in transitively, which is something we need to tackle in the near future.