web中 依賴repository 報錯!
14:37:44: Executing task 'build'...
FAILURE: Build failed with an exception.
* Where:
Build file 'E:\imooc-code\todolist\repository\build.gradle' line: 10
* What went wrong:
A problem occurred evaluating project ':repository'.
> Project with path ':model' could not be found in project ':repository'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
Project with path ':model' could not be found in project ':repository'.
Open File
14:37:44: Task execution finished 'build'.
2018-08-19
> Project with path ':model' could not be found in project ':repository'. 這個不是說出來了嗎?
最好把你的配置貼出來
2018-09-03