Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- studio
- WebView
- 코틀린
- Github
- MVVM
- 코루틴
- Retrofit
- error
- 유튜브
- viewpager
- GIT
- 의존성주입
- 안드로이드스튜디오
- 레트로핏
- 에러
- build
- 안스
- 안드로이드
- 깃헙
- dart
- Gradle
- coroutine
- 스튜디오
- 웹뷰
- image
- Kotlin
- ADB
- 안드로이드 스튜디오
- RecyclerView
- Android
Archives
- Today
- Total
목록2024/12/13 (1)
코딩하는 일용직 노동자
junit5:1.6.1.0 Received status code 502 from server: Bad Gateway 빌드에러 해결사례
사용중인 프로젝트의 서브모듈 build.gradle에 아래처럼 junit5 가 설정되어 있다.classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.1.0"이런경우 아래처럼 빌드에러가 발생한다.Could not GET 'https://artifacts.adsmoloco.com:443/artifactory/libs-release-local/de/mannodermaus/gradle/plugins/android-junit5/1.6.1.0/android-junit5-1.6.1.0.pom'. Received status code 502 from server: Bad Gateway내용을 보니 junit5-1.6.1.0 버전 파일을 다운로드 받지 못한다. 아무래도..
안드로이드
2024. 12. 13. 13:20