无法添加 com.github.dcendents.android-maven
Can not add com.github.dcendents.android-maven
我试图将我的代码上传到 bintry,以便我可以将它连接到 jcenter,但是当我将此行添加到我的库时出现问题 build.gradle:
apply plugin: 'com.github.dcendents.android-maven'
gradle 无法构建,我做错了什么?
我遇到了同样的问题。我使用的是 gradle 2.4.
我不知道为什么,但是通过将 gradle 降级到 2.2.1 就解决了。
只需转到 File
然后 Project Settings
并在 gradle 字段中写入 2.2.1
.
我试图将我的代码上传到 bintry,以便我可以将它连接到 jcenter,但是当我将此行添加到我的库时出现问题 build.gradle:
apply plugin: 'com.github.dcendents.android-maven'
gradle 无法构建,我做错了什么?
我遇到了同样的问题。我使用的是 gradle 2.4.
我不知道为什么,但是通过将 gradle 降级到 2.2.1 就解决了。
只需转到 File
然后 Project Settings
并在 gradle 字段中写入 2.2.1
.