Не удалось выполнить цель org.maven.plugins: maven-compiler-plugin: 3.8.1: compile (default-compile) для проекта (target 11) - PullRequest
0 голосов
/ 23 января 2020

Я пытался развернуть простейшее приложение из spring.io guides Guide

Но у меня возникли некоторые проблемы .. Что я сделал:

  1. Создан проект , (из учебника spring.io)
  2. Загруженный CLI Heroku
  3. Открытый терминал в IntellijIdea
    3.1 git init
    3.2 git add.
    3.3 git commit -m "fd"
    3.4 git удаленное добавление heroke 'url'
    3.5 git pu sh heroku master
  4. После последней команды у меня появляется эта ошибка:
remote:        [INFO] BUILD FAILURE
remote:        [INFO] ------------------------------------------------------------------------
remote:        [INFO] Total time:  12.608 s
remote:        [INFO] Finished at: 2020-01-23T18:20:18Z
remote:        [INFO] ------------------------------------------------------------------------
remote:        [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project milliapp: Fatal error compiling: invalid target release: 11 -> [Help 1]
remote:        [ERROR]
remote:        [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
remote:        [ERROR] Re-run Maven using the -X switch to enable full debug logging.
remote:        [ERROR]
remote:        [ERROR] For more information about the errors and possible solutions, please read the following articles:
remote:        [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
remote:
remote:  !     ERROR: Failed to build app with Maven
remote:        We're sorry this build is failing! If you can't find the issue in application code,
remote:        please submit a ticket so we can help: https://help.heroku.com/
remote:
remote:  !     Push rejected, failed to compile Java app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to deploymilliapp.
remote:
To https://git.heroku.com/deploymilliapp.git
     ! [remote rejected] master -> master (pre-receive hook declined)
    error: failed to push some refs to 'https://git.heroku.com/deploymilliapp.git'

1 Ответ

3 голосов
/ 23 января 2020

решаемая. Удалил эту часть кода

<properties>
<java.version>11</java.version>

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...