320x100
Problem
Task ':compileQuerydsl' is not up-to-date because:
Task has failed previously.
Custom actions are attached to task ':compileQuerydsl'.
All input files are considered out-of-date for incremental task ':compileQuerydsl'.
Full recompilation is required because no incremental change information is available.
This is usually caused by clean builds or changing compiler arguments.
Compiling with JDK Java compiler API.
:compileQuerydsl (Thread[Execution worker for ':',5,main]) completed.
Closing Git repo: ~~~~~~~~.git FAILURE: Build failed with an exception.
Assemble 이나 BootRun을 하면 위와 같은 에러가 발생한다.
Solve
gradle cleanQuerydslSourcesDir
위 명령어로 querydsl clean 해주고 다시 실행하면 된다.
320x100
'기타' 카테고리의 다른 글
[Python][Error] urlretrieve 호출 시 encode_chunked=req.has_header('Transfer-encoding') 에러 (0) | 2019.07.01 |
---|---|
[C++] STL pair를 sort 함수로 내림차순 정렬하기 (4) | 2019.05.31 |
[Error][Intellij] available for offline mode (0) | 2019.04.26 |
[Intellij] Macro(매크로) 등록 (0) | 2019.01.15 |
[Intellij] delete unused import statement (0) | 2019.01.15 |
댓글