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

set :play:android-publisher as an API dependency #1097

Closed juliocbcotta closed 1 year ago

juliocbcotta commented 1 year ago

I can't find some classes when writing a convention plugin, in this slack thread I was told to report it as a bug.

It seems that declaring directly in my convention plugin project fixes it, but since the model classes, like ReleaseStatus are used int the plugin extension, their dependency should be transitive (API), I think.

compileOnly("com.github.triplet.gradle:android-publisher:3.8.4")

Could you take a look?

github-actions[bot] commented 1 year ago

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.