작성
·
183
0
인텔리제이를 열고 처음에 hellospringapplication을 누르고 public class HelloSpringApplication {
을 실행 했는데
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\�ڵ�\hello-spring\build.gradle' line: 9
* What went wrong:
A problem occurred evaluating root project 'hello-spring'.
> Could not get unknown property 'e' for root project 'hello-spring' of type org.gradle.api.Project.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
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.2/userguide/command_line_interface.html#sec:command_line_warnings
오후 12:08:02: Task execution finished ':HelloSpringApplication.main()'.
라 뜨면서 오류가 나옵니다!
어떻게 해결해야할까요?