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

Request: rename bootstrap task something more specific #935

Closed ZacSweers closed 3 years ago

ZacSweers commented 3 years ago

Problem description

The current "bootstrap" task is generic and collides with another task in our repo and offers little indication of what it pertains to.

Potential solutions/workarounds

It would be ideal if this was something more specific, such as bootstrapPlay or similar. If it's deemed an invasive change, consider allowing customizing it via extension or gradle property.

Additional context

SUPERCILEX commented 3 years ago

I could rename it to bootstrapListing which actually seems like an improvement since it would match publishListing.

ZacSweers commented 3 years ago

Works for me!