Convenience

This commit is contained in:
M66B 2023-03-03 23:03:22 +01:00
parent 687c168cea
commit 4b8711da9a
1 changed files with 2 additions and 1 deletions

View File

@ -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',