bintray-release works now

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
Jonas Kalderstam 2015-04-28 13:04:41 +02:00
parent fe60cc9e89
commit deba57a17a
3 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@ VERSION_NAME=2.0.2
VERSION_CODE=12
GROUP=com.nononsenseapps
POM_NAME=NoNonsense-FilePicker
PROJECT_NAME=NoNonsense-FilePicker
POM_ARTIFACT_ID=filepicker
POM_DESCRIPTION=An extendable Android file/directory-picker you can include in your app
POM_URL=https://github.com/spacecowboy/NoNonsense-FilePicker

View File

@ -1,5 +1,5 @@
## New way
./gradlew clean build bintrayUpload
./gradlew clean build bintrayUpload -PdryRun=false
## Old way...
First upload artifacts

View File

@ -37,11 +37,9 @@ publish {
description = POM_DESCRIPTION
website = POM_URL
licences = ['LGPL-3.0']
uploadName = POM_NAME
uploadName = PROJECT_NAME
bintrayUser = BINTRAY_USER
bintrayKey = BINTRAY_KEY
//dryRun = true
}
// apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'