编译失败报错如下,有人遇到过吗
Starting a Gradle Daemon (subsequent builds will be faster)
Task :core/alarm:compileJava FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Could not resolve all files for configuration ':core/alarm:compileClasspath'.
Could not find cn.webank:wedatasphere-sdk-common:1.1.4-SNAPSHOT.
Searched in the following locations:
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/maven-metadata.xml
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/wedatasphere-sdk-common-1.1.4-SNAPSHOT.pom
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/wedatasphere-sdk-common-1.1.4-SNAPSHOT.jar
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/wedatasphere-sdk-common-1.1.4-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-common/1.1.4-SNAPSHOT/wedatasphere-sdk-common-1.1.4-SNAPSHOT.jar
Required by:
project :core/alarm
Could not find cn.webank:wedatasphere-sdk-biz:1.1.4-SNAPSHOT.
Searched in the following locations:
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/maven-metadata.xml
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/wedatasphere-sdk-biz-1.1.4-SNAPSHOT.pom
- file:/root/.m2/repository/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/wedatasphere-sdk-biz-1.1.4-SNAPSHOT.jar
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/wedatasphere-sdk-biz-1.1.4-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/cn/webank/wedatasphere-sdk-biz/1.1.4-SNAPSHOT/wedatasphere-sdk-biz-1.1.4-SNAPSHOT.jar
Required by:
project :core/alarm
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 13s
27 actionable tasks: 1 executed, 26 up-to-date
编译失败报错如下,有人遇到过吗
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
Could not resolve all files for configuration ':core/alarm:compileClasspath'.
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 13s
27 actionable tasks: 1 executed, 26 up-to-date