[admin@app-duiba001 notify-center]$ gradle test
成都創(chuàng)新互聯(lián)公司專注于企業(yè)營(yíng)銷型網(wǎng)站、網(wǎng)站重做改版、未央網(wǎng)站定制設(shè)計(jì)、自適應(yīng)品牌網(wǎng)站建設(shè)、成都h5網(wǎng)站建設(shè)、成都商城網(wǎng)站開發(fā)、集團(tuán)公司官網(wǎng)建設(shè)、成都外貿(mào)網(wǎng)站建設(shè)公司、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計(jì)等建站業(yè)務(wù),價(jià)格優(yōu)惠性價(jià)比高,為未央等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':notify-core'.
> Could not resolve all dependencies for configuration ':notify-core:classpath'.
> Timeout waiting to lock artifact cache (/home/admin/.gradle/caches/modules-2). It is currently in use by another Gradle instance.
Owner PID: 12311
Our PID: 12540
Owner Operation: resolve configuration ':notify-core:classpath'
Our operation: resolve configuration ':notify-core:classpath'
Lock file: /home/admin/.gradle/caches/modules-2/modules-2.lock
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
解決:
find ~/.gradle -type f -name "*.lock" | while read f; do rm $f; done