我知道这个错误
-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/java
-----> 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但是我的项目中有pom.xml,https://github.com/Nurba1713/e-book.git,也许这是一个非常愚蠢的问题,我事先道歉,我是一个初学者和自学者。
发布于 2022-04-13 16:20:26
POM文件必须位于存储库的根目录中,请参阅Heroku Java指南
https://stackoverflow.com/questions/71858008
复制相似问题