문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
gradle:organizing_build_logic [2014/07/08 09:14] kwon37xi |
gradle:organizing_build_logic [2015/09/22 17:54] (현재) kwon37xi [apply] |
||
|---|---|---|---|
| 줄 239: | 줄 239: | ||
| A problem occurred evaluating script. | A problem occurred evaluating script. | ||
| Could not open buildscript class cache for script ' | Could not open buildscript class cache for script ' | ||
| - | Timeout waiting to lock buildscript class cache for script ' | + | Timeout waiting to lock buildscript class cache for script ' |
| + | It is currently in use by another Gradle instance. | ||
| Owner PID: unknown | Owner PID: unknown | ||
| Our PID: 15314 | Our PID: 15314 | ||
| 줄 246: | 줄 247: | ||
| Lock file: / | Lock file: / | ||
| </ | </ | ||
| - | 이 때 해결책은 빌드 스크립트 URL의 맨 뒤에 | + | 이 때 해결책은 빌드 스크립트 URL의 맨 뒤에 |
| <code groovy> | <code groovy> | ||
| - | apply from: " | + | apply from: " |
| + | </ | ||
| + | |||
| + | '' | ||
| + | ''/ | ||
| + | |||
| + | <code sh> | ||
| + | find / | ||
| </ | </ | ||