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.13k stars 341 forks source link

PlayPublisherPlugin is defined as internal #796

Closed dzwicker closed 4 years ago

dzwicker commented 4 years ago

Describe the bug

It is common practise to define company plugins to configure other plugins in the same way for the hole company. In these plugins you apply other plugins in a type save way e.g. apply<PlayPublisherPlugin>() this is not possible as PlayPublisherPlugin is defined internal.

SUPERCILEX commented 4 years ago

Why can't you use the plugin ID?

stale[bot] commented 4 years 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.