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 |
Tags
- InteliJ
- d3js
- Vue3
- vuex
- JUnit
- Logging
- Spring
- NextJS
- vitejs
- EUREKA
- svelte
- loguru
- gradle
- NextJS13
- Java
- 오라클
- react
- Shell
- style
- Test
- post
- fetch
- Python
- springboot
- Vue
- sveltekit
- ubuntu
- fastapi
- npm
- nodejs
Archives
- Today
- Total
양군의 행복한 이야기
failed to resolve org.junit.platform:junit-platform-launcher 본문
폐쇄망에서 junit 테스트를 진행시 위의 오류가 나온다..
그놈의 폐쇄망이 문제이다. ㅡㅡ;;
gradle 경우
implementation 'org.junit.platform:junit-platform-launcher:1.6.0'
추가 하면 된다.
버전은 알맞은걸 잘 찾아서 ...