Eclipseで作成したWEBアプリケーションをGitHubに上げherokuで使おうとしているのですが
以下のようなエラーが出ます。
フロントエンド側はHTMLとJavaScriptを使用し、$Ajaxでバックエンド側のJavaと通信しています。
Buildpacksには
・heroku/java
・heroku/nodejs
の二つを指定しています。
エラーが出るのがなぜなのか、見当がつかないので少しヒントだけでもいただきたいです。
よろしくお願いします```エラー文
Building on the Heroku-20 stack
App not compatible with buildpack: https://buildpackregistry.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
あなたの回答
tips
プレビュー