bintray-release works now
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
parent
fe60cc9e89
commit
deba57a17a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
## New way
|
||||
./gradlew clean build bintrayUpload
|
||||
./gradlew clean build bintrayUpload -PdryRun=false
|
||||
|
||||
## Old way...
|
||||
First upload artifacts
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue