-
Notifications
You must be signed in to change notification settings - Fork 211
No sources and javadoc generated calling from Android Studio #65
Comments
|
I have the same issue. How do I fix that? |
I have the same issue........How can i do ...... |
@h3clikejava i had the same issue when running the script from Android Studio GUI, but running the script via commandline with this |
I have the same issue. |
as @oizo mentioned it should work well if you run |
apply plugin: 'com.novoda.bintray-release'
def getBintrayUserProperty() {
return hasProperty('BINTRAY_USER') ? BINTRAY_USER : ""
}
def getBintrayApiKeyProperty() {
return hasProperty('BINTRAY_APIKEY') ? BINTRAY_APIKEY : ""
}
publish {
bintrayUser = getBintrayUserProperty()
bintrayKey = getBintrayApiKeyProperty()
userOrg = 'bingoogolapple'
groupId = 'cn.bingoogolapple'
artifactId = PUBLISH_AAR_ARTIFACT_ID
publishVersion = VERSION_NAME
desc = PUBLISH_AAR_DESCRIPTION
website = "https://github.com/bingoogolapple/${PUBLISH_AAR_GITHUB_REPOSITORIES_NAME}"
dryRun = false
} |
How to solve this problem? |
no, it does not work. Missing sources and javadoc jars |
Ok reopening |
fixed via the above linked PRs |
Calling the bintrayUpload task from Android Studio (v1.4) seems that some files are not generated.
Calling the same task from console everything seems work fine.
The following are some information about my system.
The text was updated successfully, but these errors were encountered: