paketo-buildpacks / builder

Apache License 2.0
12 stars 6 forks source link

build-system Decomposition #17

Closed nebhale closed 4 years ago

nebhale commented 4 years ago

Previously multiple JVM-related build-system buildpack implementations were intermingled in the build-system buildpack. Given that CNBs enable very fine-grained decomposition, this wasn't ideal. This change decomposes the build-system buildpack into gradle, maven, and sbt buildpacks and replaces the build-system buildpack with them.