2015-01-20 41 views
0

我用Gradle plugin dev將我的插件上傳到jCenter。但是現在我不知道如何在gradle中使用它。只上傳到Jcenter,無法導入到gradle

找不到類路徑。我建立這樣的:

的groupId:artifactId的:版本

buildscript { 
    repositories { 
     jcenter() 
    } 
    dependencies { 
     classpath 'com.fuzz.skeleton:app:1.0.0.RELEASE' 
    } 
} 

我的項目可以發現here

+0

它你可以給鏈接到Bintray包?該包是否與JCenter鏈接? – JBaruch 2015-01-21 00:10:18

回答