Solucionado (ver solução)
Solucionado
(ver solução)
6
respostas

Erro ao subir a aplicacao via prompt

Ao executar o comando via prompt a aplicação me devolve o erro abaixo:

[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bitcoin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to C:\Users\f0500025\eclipse-workspace\bitcoin\target\test-classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.838 s [INFO] Finished at: 2021-02-08T19:21:54-02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project bitcoin: Fatal error compiling: invalid target release: 11 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

6 respostas

Alisson, bom dia. Qual versão do java vc tem instalado na sua máquina?

Boa tarde, João Victor! Java 11

Engraçado ... Quando você gerou o projeto no code.quarkus.io você selecionou a versão 11 também né?

Sim. Versão 11.

Você está tentando executar o mvn package quarkus:dev? Pode antes desse comando, executar o mvn clean?

solução!

João, Não sei te explicar o motivo, mas via eclipse funcionou. Lá eu fiz o BUILD com o clean e install no projeto. Obrigado.