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
- 람다표현식
- Class Loader
- feign
- 코딩테스트
- jetbrain
- try-catch
- intelij
- jvm
- try-with-resources
- Hotspot VM
- optional
- webflux
- tcp
- GC
- resilience4j
- try-catch-finally
- Kotlin
- Runtime data area
- closeable
- zipWith
- 4-way-handshake
- springboot
- circuitbreaker
- n+1
- 날짜쿼리
- execution engine
- java
- AutoCloseable
- 동작방식
- wagon-ssh
Archives
- Today
- Total
JuBin's personal study blog
[IntellJ] build 오류시 해결방법(Command line is too long ~) 본문
반응형
Build시 Error 내용
Error running 'ServiceTest.updateStatusTest': Command line is too long. Shorten command line for ServiceTest.updateStatusTestor also for JUnit default configuration?
해결방법
1. 해당 project Root경로에 .idea/workspace.xml 파일 open
2. <component name = "PropertiesComponent"> section을 찾는다.
3. <property name="dynamic.classpath" value="true" /> 프로퍼티 추가.
4. 재빌드
혹시 Test Class build시(Boot Test)
프로젝트 Settings > Gradle > Run tests using을 Gradle -> IntelliJ IDEA로 수정하고 빌드
반응형
'IDE' 카테고리의 다른 글
[Intellij] 자주 사용하는 단축키 정리(Window) (2) | 2021.02.04 |
---|