You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading 2.2.0 with maven fails with an error message:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.036 s
[INFO] Finished at: 2020-01-23T07:43:31+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-example: Could not resolve dependencies for project name.neuhalfen.projects.crypto.bouncycastle.openpgp:maven-example:jar:1.0-SNAPSHOT: Failed to collect dependencies at name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:jar:2.2.0: Failed to read artifact descriptor for name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:jar:2.2.0: Could not transfer artifact name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:pom:2.2.0 from/to bintray (http://jcenter.bintray.com): Access denied to: http://jcenter.bintray.com/name/neuhalfen/projects/crypto/bouncycastle/openpgp/bouncy-gpg/2.2.0/bouncy-gpg-2.2.0.pom -> [Help 1]
<!DOCTYPE HTML><htmllang="en-US"><head><metacharset="UTF-8"><metahttp-equiv="refresh" content="0; url=https://jfrog.com/jcenter-http/"><scripttype="text/javascript">window.location.href="https://jfrog.com/jcenter-http/"</script><title>HTTP not supported</title></head><body>
JCenter only supports HTTPS requests for both the user interface and the APIs, read more <ahref='https://jfrog.com/jcenter-http/'>here</a>.
</body></html>
Describe the bug
Downloading
2.2.0
with maven fails with an error message:To Reproduce
Error message
The gist of seems to be:
Expected behavior
The artifact
bouncy-gpg-2.2.0
should be downloaded and used.System
Additional context
curl
Gradle
It works with gradle:
The text was updated successfully, but these errors were encountered: