heroku / heroku-buildpack-gradle

Heroku's buildpack for Gradle applications.
MIT License
63 stars 91 forks source link

Add Micronaut and Quarkus support #144

Closed Malax closed 1 day ago

Malax commented 1 day ago

QOL improvement for when users initially set up a Quarkus or Micronaut app. It picks the correct build task and sets a default web process type if no Procfile is present. This is the same mechanism we use for the other frameworks.