액티브 스킬

<Android> jCenter vs mavenCentral

디벅잉 2022. 10. 31. 21:01
728x90

 

🧭

 

출근해서 개발 중인 앱을 빌드하자마자 에러가 발생했습니다.

'A problem occured configuring project ...' 등등...

Gradle 관련 에러라고만 생각해서 한참 삽질을 했습니다.

jCenter 관련해서 빌드가 안되고 있다는 상황을 접하게 되었습니다.

 

jCenter

jCenter는 플러터의 pub.dev 같은 플러그인 원격 저장소입니다.

해당 사이트가 맛이 갔나 봅니다.

우선 iOS로 작업했습니다.

내일도 같은 상황이 어어진다면 mavenCentral이라는 대안을 사용하고자 합니다.

 

📌

 

https://stackoverflow.com/questions/50726435/difference-among-mavencentral-jcenter-and-mavenlocal

 

Difference among mavenCentral(), jCenter() and mavenLocal()?

Actually, I am studying on build.gradle file. In some cases, I got that sometimes they are using mavenCentral(), jCenter() and mavenLocal() in repositories section. Sometimes they also using URL. S...

stackoverflow.com

 

728x90