Travis CI构建失败,无法解析配置

时间:2018-06-11 03:04:33

标签: android travis-ci

我突然遇到TRAVIS CI版本的构建失败。但是我的本地项目成功了。代码从未改变过。

以下链接显示错误。 {"errors": [{"status": 404,"message": "Could not find resource"}]}

  

:library:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE   :myapp:dataBindingExportBuildInfoDebug FAILED

     

失败:构建因异常而失败。

     

*出了什么问题:无法解析所有配置文件   ':hwahae:debugCompileClasspath'。

     

>找不到firebase-core.jar   (com.google.firebase:火力芯:12.0.1)。

     

在以下位置搜索:         https://jcenter.bintray.com/com/google/firebase/firebase-core/12.0.1/firebase-core-12.0.1.jar

     

>找不到play-services-ads.jar   (com.google.android.gms:播放服务的广告:12.0.1)。

     

在以下位置搜索:         https://jcenter.bintray.com/com/google/android/gms/play-services-ads/12.0.1/play-services-ads-12.0.1.jar

     

>找不到play-services-auth.jar   (com.google.android.gms:发挥服务-AUTH:12.0.1)。在中搜索   以下地点:         https://jcenter.bintray.com/com/google/android/gms/play-services-auth/12.0.1/play-services-auth-12.0.1.jar

     

*尝试:

     

使用--stacktrace选项运行以获取堆栈跟踪。使用--info运行   或--debug选项以获取更多日志输出。使用--scan运行以获得满   的见解。

     

*在{64} 64 https://help.gradle.org BUILD FAILED获得更多帮助   可执行的任务:16个执行,48个最新

myapp.gradle

dependencies {
    def firebase_version 12.0.1
    implementation "com.google.firebase:firebase-core:$firebase_version"
    implementation "com.google.firebase:firebase-invites:$firebase_version"
    implementation "com.google.firebase:firebase-config:$firebase_version"
    def google_service_version = '12.0.1'
    implementation "com.google.android.gms:play-services-gcm:$google_service_version"
    implementation "com.google.android.gms:play-services-analytics:$google_service_version"
    implementation "com.google.android.gms:play-services-ads:$google_service_version"
    implementation "com.google.android.gms:play-services-auth:$google_service_version"
}

0 个答案:

没有答案