我在我的gradle中使用jitpack如下:
allprojects {
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
在我的 github 存储库中,我有一个名为的子模块authentication
我只需要在我的项目中使用这个模块,所以我将它添加到我的模块的 build.gradle 中,如此处所述:
compile 'com.github.MotassemJa.MoAuth:authentication:0.0.5'
但我不断得到
Error:(23, 13) Failed to resolve: com.github.MotassemJa.MoAuth:authentication:0.0.5