GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.13k
stars
341
forks
source link
Wear release note is not retrieve with bootstrapListing #1096
If you have an application with 2 productions tracks (one for mobile, and one for wear which will be mandatory on 31th of August), then when running bootstrapListing, only the phone production release note will be retrieved.
The wear track generate a "wear" file for each language, without extension and no content.
How To Reproduce
Run ./gradlew bootstrapListing
Project has a wear and a mobile module.
This issue has been automatically marked as stale because it has not had recent
activity. It will be closed if no further activity occurs. Thank you for your
contributions.
Describe the bug
If you have an application with 2 productions tracks (one for mobile, and one for wear which will be mandatory on 31th of August), then when running bootstrapListing, only the phone production release note will be retrieved. The wear track generate a "wear" file for each language, without extension and no content.
How To Reproduce
Run ./gradlew bootstrapListing Project has a wear and a mobile module.
Versions
Gradle Play Publisher: --- com.github.triplet.play:com.github.triplet.play.gradle.plugin:3.8.1
--- com.github.triplet.gradle:play-publisher:3.8.1 +--- com.github.triplet.gradle:android-publisher:3.8.1 | +--- com.github.triplet.gradle:common-utils:3.8.1 +--- com.github.triplet.gradle:common-utils:3.8.1 +--- com.github.triplet.gradle:common-validation:3.8.1
Gradle Wrapper: Gradle 8.0
Android Gradle Plugin: +--- com.android.tools.build:gradle:8.0.1
Tasks executed
bootstrapListing
Expected behavior
Full listing is retrieved, including the wear release note.
Additional context (if a crash, provide stack trace)