Heroku 无法识别 gradle - 无法找到 pom.xml 文件

Heroku not recognize gradle - Could not find a pom.xml file

-----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/java.tgz
       Could not find a pom.xml file! Please check that it exists and is committed to Git.
       More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
 !     Push failed

这是在 Heroku 的网络应用程序中看到的

这是我的回购:https://github.com/ericntd/spring-boot-heroku-demo

我已经 "image": "heroku/gradle" app.json

buildpack 信息可以在 Settings 选项卡下的 Framework 部分找到。 (应该是 heroku/gradle)。 如果存在 heroku/java 构建包,请务必将其删除(由 Heroku 自动检测并添加)

替代方法是使用 Heroku CLI 并设置所需的构建包 (gradle)