Convenience

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

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

Loading…
Cancel
Save