在Google端点版本2中设置项目模块依赖项时出现错误(“ module-discoveryDocs.zip”不存在)

时间:2018-07-26 22:23:54

标签: google-cloud-endpoints google-cloud-endpoints-v2

在Google端点版本2中设置项目模块依赖项时出现错误。我尝试了EndpointsServer项目(路径:':module-one',配置:'endpoints')

在端点版本1.0中,您可以执行

deploy project(path: ':module-one', configuration: 'archives')

在依赖项内部。

尝试

dependencies {

    endpointsServer project(path: ':module-one', configuration: 'endpoints')
    endpointsServer project(path: ':module-two', configuration: 'endpoints')
    endpointsServer project(path: ':module-three', configuration: 'endpoints')
    compile "com.google.api-client:google-api-client:+"
}

尝试gradle构建时出现错误

错误看起来像

Execution failed for task ':some-project:_extractServerDiscoveryDocs'.
> src 'project-path\prax-one-ui\build\distributions\module-one-discoveryDocs.zip' doesn't exist.

我从这里获得了有关使用endpointsServer的一些解释 https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/blob/master/ANDROID_README.md

我将非常感谢您的帮助

0 个答案:

没有答案