cami-la / programacao_assistida_por_IA_com_Amazon_CodeWhisperer

42 stars 14 forks source link

Problema ao rodar o projeto com Gradle #2

Closed andreyferraz closed 1 year ago

andreyferraz commented 1 year ago

Ei Camila, infelizmente não estou conseguindo rodar esse projeto, já tentei diversas formas, e por último estou obtendo esse log:

`PS C:\Users\Andrêy Ferraz\Desktop\Estudos\Bootcamp Cooding the Future - GFT AWS\programacao_assistida_por_IA_com_Amazon_CodeWhisperer-master> gradle build

Task :compileJava FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 7s 1 actionable task: 1 executed PS C:\Users\Andrêy Ferraz\Desktop\Estudos\Bootcamp Cooding the Future - GFT AWS\programacao_assistida_por_IA_com_Amazon_CodeWhisperer-master>`

cami-la commented 1 year ago

Oi, @andreyferraz. Tudo certinho?

error: invalid source release: 17

Acredito que você não está utilizando o JDK 17 neste projeto, para confirmar segue os passos no IntelliJ:

  1. File >> Project Structure

Screenshot from 2023-08-14 15-47-10

Screenshot from 2023-08-14 15-43-57

Screenshot from 2023-08-14 15-44-21

Confirma se o seu está assim.

Caso você não consiga encontrar o erro, podemos tentar na live de hoje à noite. ;)

andreyferraz commented 1 year ago

Eu consegui rodar aqui, mais foi uma loucura, obrigada pelas instruções!