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

Snapshot builds are not working because Sonatype repository gives 504 #1138

Closed kijka closed 1 month ago

kijka commented 1 month ago

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.

Unable to load Maven meta-data from https://oss.sonatype.org/content/repositories/snapshots/com/github/triplet/gradle/android-publisher/4.0.0-SNAPSHOT/maven-metadata.xml.

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.