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 26, 2021. It is now read-only.
Hello, I get the following error when trying to install the client to a local project:
Could not resolve dependencies for project com.udit:crudapp:jar:0.0.1-SNAPSHOT: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact io.argoproj.workflow:argo-client-java:jar:v3.0.1 has not been downloaded from it before.
The Maven central package seems to not have been updated - so I tried installing it locally, but I keep getting this error despite this. Any help?
The text was updated successfully, but these errors were encountered:
One could try to pull the packages from the github, argo-client-java directly. For this to work, we would need to configure the ./m2/settings.xml file. Insert the appropriate GH_USER_ID --> github id, and GH_TOKEN(can be generated from --> profile settings-> Developer settings -> Personal access tokens, and enabling read-packages flag)
Hello, I get the following error when trying to install the client to a local project:
The Maven central package seems to not have been updated - so I tried installing it locally, but I keep getting this error despite this. Any help?
The text was updated successfully, but these errors were encountered: