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