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
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Describe the bug
Rebuilding the API locally using docker-compose build throws an error trying to grab a dependency
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for adoptopenjdk-api-v3 3.0.0-SNAPSHOT:
[INFO]
[INFO] adoptopenjdk-api-v3 ................................ SUCCESS [01:22 min]
[INFO] adoptopenjdk-api-v3-models ......................... SUCCESS [ 37.861 s]
[INFO] adoptopenjdk-api-v3-persistence .................... SUCCESS [ 30.133 s]
[INFO] adoptopenjdk-api-v3-telemetry ...................... SUCCESS [ 9.500 s]
[INFO] adoptopenjdk-api-v3-updater ........................ FAILURE [ 56.849 s]
[INFO] adoptopenjdk-api-v3-frontend ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 min
[INFO] Finished at: 2021-05-04T13:37:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project adoptopenjdk-api-v3-updater: Could not resolve dependencies for project net.adoptopenjdk.api:adoptopenjdk-api-v3-updater:jar:3.0.0-SNAPSHOT: Failed to collect dependencies at io.aexp.nodes.graphql:nodes:jar:0.5.0: Failed to read artifact descriptor for io.aexp.nodes.graphql:nodes:jar:0.5.0: Could not transfer artifact io.aexp.nodes.graphql:nodes:pom:0.5.0 from/to bintray-americanexpress-maven (https://dl.bintray.com/americanexpress/maven): Authorization failed for https://dl.bintray.com/americanexpress/maven/io/aexp/nodes/graphql/nodes/0.5.0/nodes-0.5.0.pom 403 Forbidden
I do see a banner on the bintray main page
Thanks for supporting Bintray! This service has now been sunset, and to assist with migration to the JFrog Platform, paid accounts can login until July 4th.
@karianna you did closed this ticket but is there a new public repo to reference this tool like mavenCentral? How are developers using this GraphQL-client able to still use it?
Describe the bug
Rebuilding the API locally using
docker-compose build
throws an error trying to grab a dependencyI do see a banner on the bintray main page
Info about sunset
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
I was able to find
https://mvnrepository.com/artifact/io.aexp.nodes.graphql/nodes/0.5.0
But there is a note there
I haven't found a new location yet.
The text was updated successfully, but these errors were encountered: