Triple-T / gradle-play-publisher

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.1k stars 340 forks source link

Enabling AUTO version bump causes exception in gradle #1139

Open bpappin-atimi opened 1 month ago

bpappin-atimi commented 1 month ago

Describe the bug

When you enable resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.AUTO) you get an error:/build/intermediates/gpp/atimiQa/available-version-codes.txt (No such file or directory)

This only happens when I specifically enable that property.

How To Reproduce

Versions