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
Snapshot builds are not working because Sonatype repository gives 504 #1138
Describe the bug
We can't build the project because Sonatype repository returns 504 gateway error.
Could not resolve com.github.triplet.gradle:android-publisher:4.0.0-SNAPSHOT.
How To Reproduce
Check the status of the repository https://oss.sonatype.org/content/repositories/snapshots/com/github/triplet/gradle/play-publisher/
Tasks executed
What tasks did you run? For example,
publishBundle
.Expected behavior
A clear and concise description of what you expected to happen.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.