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