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
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.
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