작성
·
568
0
오후 2:04:11: Executing ':CoreApplication.main()'...
> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :CoreApplication.main()
. ____ _
/\\ / ___'_ __ (_)_ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.7.12)
2023-06-01 14:04:14.123 INFO 8400 --- [ main] hello.core.CoreApplication : Starting CoreApplication using Java 11.0.18 on DESKTOP-NU98GMA with PID 8400 (C:\study\core\build\classes\java\main started by Lenovo in C:\study\core)
2023-06-01 14:04:14.126 INFO 8400 --- [ main] hello.core.CoreApplication : No active profile set, falling back to 1 default profile: "default"
2023-06-01 14:04:14.917 INFO 8400 --- [ main] hello.core.CoreApplication : Started CoreApplication in 1.443 seconds (JVM running for 2.169)
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.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 3s
3 actionable tasks: 1 executed, 2 up-to-date
오후 2:04:15: Execution finished ':CoreApplication.main()'.
이렇게 에러가 발생하는데 프로젝트 생성 어떻게 해야하나요 ㅠ
답변 1
0
안녕하세요. dhcksehf1님, 공식 서포터즈 OMG입니다.
.
로그에도 나와있지만 빌드는 성공하였습니다. 단지 Gradle의 버전차이로 인한 경고성 메시지라고 보시면 될 것 같습니다.
메시지 출력을 제거하는 방법은 아래 링크를 참고해주세요.
https://firstws.tistory.com/23
해결이 안될 경우 댓글 남겨주새요 :)
.
감사합니다.