본문 바로가기

카테고리 없음

빌드오류

반응형

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

메시지가 뜨면서 아무것도 되지않는다.

 

--warning-mode all 을 터미널에 쳤는데 안되어서 검색하니.

https://stackoverflow.com/questions/51610420/deprecated-gradle-features-were-used-in-this-build-making-it-incompatible-with

 

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

I've got a gradle FAILURE: ..."Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0." Case description: Attached to the project codebase the next libs: APP...

stackoverflow.com

 


터미널에 jcenter를 사용하지 말래서 삭제했는데도 오류가 뜬다.

그래이들이 설치되었는지 확인하니까 인식이 되지않는다고 한다.

 

 ./gradlew -v 를 사용하여 버전확인함.


https://stackoverflow.com/questions/76188050/how-to-fix-gradle-build-failed-due-to-void-org-gradle-api-internal-artifacts-dsl

 

How to fix gradle build failed due to void org.gradle.api.internal.artifacts.dsl.LazyPublishArtifact.<init>(org.gradle.api.provi

I am getting following exception when I try to build the spring boot project using Gradle build command. The code comiples and runs fine in IntelliJ Idea. PS C:\SVN\Dactyl\IIOTWizards\SCADA\Trunk\s...

stackoverflow.com

그래이들을 7.x 버전으로 다운그레이드 하라고 함.

반응형