質問編集履歴

1

試した事を追加しました

2019/02/19 11:49

投稿

shinami
shinami

スコア334

test CHANGED
File without changes
test CHANGED
@@ -117,3 +117,33 @@
117
117
 
118
118
 
119
119
  ![イメージ説明](8a7976baab1823a75f036e3ca217bdc7.png)
120
+
121
+
122
+
123
+ ***
124
+
125
+
126
+
127
+ ## 追加補足:さらに試した事
128
+
129
+ 1.Javaが認識していないと思い調べるとビルドパックという物を見つけ実行しました。
130
+
131
+ ```
132
+
133
+ $ heroku buildpaks:set heroku/java
134
+
135
+ ```
136
+
137
+ 2.しかし、まだ違うエラーが出てしまっています。
138
+
139
+ ```
140
+
141
+ App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/java.tgz
142
+
143
+ Could not find a pom.xml file! Please check that it exists and is committed to Git.
144
+
145
+ More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
146
+
147
+ ```
148
+
149
+ ![イメージ説明](bcfa3028a3c42af3153f1e6971cc081b.png)