Finish compiling Play 2.x - Java application (15 minutes) | Heroku and Play Framework

I am trying to deploy my application running in Play Framework 2.2.2 to Heroku using "git push heroku master". My application directory contains all the project files and directories created using the game. -.idea -.idea_modules -.settings -application -conf -logs -project -public -target -control work -web -build.sbt

Here is what I get:

       [info] Resolving org.seleniumhq.selenium#selenium-parent;2.32.0 ...
       [info] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.32.0
.
       [info] Resolving org.seleniumhq.selenium#selenium-parent;2.32.0 ...

 !     Timed out compiling Play 2.x - Java app (15 minutes)
 !     See https://devcenter.heroku.com/articles/slug-compiler#time-limit

To git@heroku.com:warm-escarpment-8855.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:warm-escarpment-8855.git'

I also do not know how to use .slugignore, where to place it, important files are important or not.

Can someone help me? Thanks in advance!

+4
source share
1 answer

. sbt-heroku. 12 , 60% - , 2 , 100% .

! !

+1

Source: https://habr.com/ru/post/1533571/


All Articles