kmgowda / SBK

Storage Benchmark Kit
https://kmgowda.github.io/SBK
Apache License 2.0
30 stars 66 forks source link

the ./gradlew publish -Pgithub throwing SHA-512 errors #356

Closed kmgowda closed 2 years ago

kmgowda commented 2 years ago

Describe the Issue (Bug/Feature) kmg@kmgs-MBP SBK % ./gradlew publish -Pgithub

Configure project : Build JVM Version : 17.0.2 (Eclipse Adoptium 17.0.2+8) Build Gradle Version : 7.3.3 Build SBK Version : 0.99

Configure project :perl Publishing SBK packages to Git Hub

Configure project :sbk-api Publishing SBK packages to Git Hub

Configure project :sbk-gem Publishing SBK packages to Git Hub

Configure project :sbk-gem-yal Publishing SBK packages to Git Hub

Configure project :sbk-ram Publishing SBK packages to Git Hub

Configure project :sbk-yal Publishing SBK packages to Git Hub

Task :sbk-gem:publishMavenJavaPublicationToSBK-GitHubRepository FAILED

Task :sbk-ram:publishMavenJavaPublicationToSBK-GitHubRepository Cannot upload checksum for pom-default.xml.asc because the remote repository doesn't support SHA-512. This will not fail the build

Task :sbk-yal:publishMavenJavaPublicationToSBK-GitHubRepository FAILED Task :sbk-gem-yal:publishMavenJavaPublicationToSBK-GitHubRepository FAILED Task :sbk-ram:publishMavenJavaPublicationToSBK-GitHubRepository FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.

2: Task failed with an exception.

3: Task failed with an exception.

4: Task failed with an exception.

BUILD FAILED in 2m 19s 74 actionable tasks: 18 executed, 56 up-to-date

To Reproduce just run ./gradlew publish -Pgithub

Expected behavior check this link to disable the sha-512 signature : https://github.com/binghuan/my-maven-publication/commit/558f95392943d289cf0db52d9183fc770f7d3a28

Additional context Add any other context about the problem here.