-
Notifications
You must be signed in to change notification settings - Fork 211
can not create javadoc.jar and sources.jar #90
Comments
Did you check the files |
How to solve this problem? |
@xrigau @chenhui3014 @yilylong To fix this issue you need to add the following lines to your build.gradle
|
add three more task the total commend :
|
I solved it by using gradle-android-library , Hahahaha |
I met this problem too. I solve it by delete this configs in gradle.properties #org.gradle.daemon=false |
//生成源文件 //生成Javadoc文档 //文档打包成jar //拷贝javadoc文件 //上传到JCenter所需要的源码文件 //添加下面这句 publish { // gradlew clean build generatePomFileForReleasePublication bintrayUpload -PbintrayUser=-PbintrayKey=-PdryRun=false 此配置可以解决sources.jar、javadoc.jar以及pom.xml文件缺失的问题 |
Skipping upload for missing file 'E:\MyAndroidSudioProgects\CBPullRefreshListView\CBPullRefresh\build\libs\CBPullRefresh-sources.jar'
Skipping upload for missing file 'E:\MyAndroidSudioProgects\CBPullRefreshListView\CBPullRefresh\build\libs\CBPullRefresh-javadoc.jar'.
The text was updated successfully, but these errors were encountered: