Convenience

pull/212/head
M66B 2 years ago
parent 687c168cea
commit 4b8711da9a

@ -364,8 +364,9 @@ task downloadPSL(type: Download) {
}
task upload() {
// ./gradlew upload -Ptype=github -Ptitle=test
// ./gradlew upload -Ptype=play -Ptitle=preview && ./gradlew upload -Ptype=github -Ptitle=update
doLast {
println "\nhttps://bitbucket.org/M66B/fairemail-test/downloads/FairEmail-v1." + getVersionCode() + getRevision() + "-" + type + "-" + title + "-release.apk\n"
exec {
workingDir "${buildDir}"
commandLine 'curl',

Loading…
Cancel
Save