IntelliJ Grade Build Error) Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

반응형

 

Error

Executing ':Main.main()'...

Starting Gradle Daemon...
Gradle Daemon started in 667 ms

> Task :compileJava FAILED

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

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

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings


해결 방법

  • (IntelliJ에서) File - Settings

 

  • Build, Execution, Deployment - Build Tools - Gradle
    • Build and run using : IntelliJ IDEA
    • Run tests using : IntelliJ IDEA
  • OK

 

 

반응형