Details
Description
Hi, our project has hit an issue reported in other tickets like OSSRH-53267. We pushed a release before using Gradle 6.0 creating sha512 and sha256 files without knowing that this would block further releases unless we disabled them.
Now we get this error:
typeId | RepositoryWritePolicy |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-api/maven-metadata.xml.sha512' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-api/maven-metadata.xml.sha256' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-tck/maven-metadata.xml.sha512' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-tck/maven-metadata.xml.sha256' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-jdk/maven-metadata.xml.sha512' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-jdk/maven-metadata.xml.sha256' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-redis/maven-metadata.xml.sha512' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-redis/maven-metadata.xml.sha256' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-caffeine/maven-metadata.xml.sha512' |
failureMessage | Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/discord4j/stores-caffeine/maven-metadata.xml.sha256' |
I read about the causes, workarounds and flag in Gradle 6.0.1 to disable them but I already pushed some of the hashes to some repositories and currently live on central. Can you help us removing these files?
The files are:
com/discord4j/bom/maven-metadata.xml.sha256
com/discord4j/bom/maven-metadata.xml.sha512
com/discord4j/stores-api/maven-metadata.xml.sha256
com/discord4j/stores-api/maven-metadata.xml.sha512
com/discord4j/stores-caffeine/maven-metadata.xml.sha256
com/discord4j/stores-caffeine/maven-metadata.xml.sha512
com/discord4j/stores-common/maven-metadata.xml.sha256
com/discord4j/stores-common/maven-metadata.xml.sha512
com/discord4j/stores-jdk/maven-metadata.xml.sha256
com/discord4j/stores-jdk/maven-metadata.xml.sha512
com/discord4j/stores-redis/maven-metadata.xml.sha256
com/discord4j/stores-redis/maven-metadata.xml.sha512
com/discord4j/stores-tck/maven-metadata.xml.sha256
com/discord4j/stores-tck/maven-metadata.xml.sha512
Thanks for considering my request.
Attachments
Issue Links
- is related to
-
OSSRH-53267 Error while release my staging repositories, 'maven-metadata.xml.sha512' is not allowed
-
- Closed
-