250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- SpringBoot
- Core Java
- Docker
- jpa
- oracle
- Exception
- Spring Boot
- PostgreSQL
- 문서
- JavaScript
- MSSQL
- Eclipse
- 오픈소스
- Source
- maven
- spring
- 설정
- myBatis
- Python
- Tomcat
- git
- Open Source
- AJAX
- Thymeleaf
- STS
- MySQL
- IntelliJ
- error
- JDBC
- ubuntu
Archives
- Today
- Total
헤르메스 LIFE
[Gradle] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. 본문
Exception
[Gradle] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
헤르메스의날개 2023. 12. 30. 22:29728x90
간만의 테스트
아래와 같은 오류가 발생되었습니다.
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.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
개발환경
JDK 11
Spring Boot 2.7.5
STS 4.17.2.RELEASE
Gradle 다운로드
Gradle | Releases
Find binaries and reference documentation for current and past versions of Gradle.
gradle.org
Gradle 설치 ( 다운로드 받은 압축 파일을 적당한 경로에 풉니다. 아래는 저의 경우 예시 )
Eclipse 설정
--warning-mode=all
Refresh
728x90