回答編集履歴
2
箇条書きのドットを修正
answer
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
-
|
1
|
+
- 追記⑥で同じエラーがでたのは、⑤番でbuild.gradleを修正したので、「Git add」からやり直さないといけなかったことが原因でした。
|
2
2
|
|
3
3
|
以下のコマンドでもう一度デプロイすると、「Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.」のエラーは解消されました。
|
4
4
|
> $ git add .
|
5
5
|
> $ git commit -m "first commit."
|
6
6
|
> $ git push heroku master
|
7
7
|
|
8
|
-
-
|
8
|
+
- 「Compiled slug size: 817.2M is too large (max is 500M)」のエラーは、純粋なサイズの問題のようだったので、テストでアップロードしまくった画像を \src\main\resources\static から削除してサイズダウンしたら解消されました。
|
1
ファイルパスを追加
answer
CHANGED
@@ -5,4 +5,4 @@
|
|
5
5
|
> $ git commit -m "first commit."
|
6
6
|
> $ git push heroku master
|
7
7
|
|
8
|
-
- リスト「Compiled slug size: 817.2M is too large (max is 500M)」のエラーは、純粋なサイズの問題のようだったので、テストでアップロードしまくった画像を
|
8
|
+
- リスト「Compiled slug size: 817.2M is too large (max is 500M)」のエラーは、純粋なサイズの問題のようだったので、テストでアップロードしまくった画像を \src\main\resources\static から削除してサイズダウンしたら解消されました。
|