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
I think this should apply to any case where we currently infer the GitHub URL. That said, it may be easiest to start with neil new and work from there since the deps management for that command is standalone.
The text was updated successfully, but these errors were encountered:
Source: https://clojure.org/reference/deps_and_cli#_coord_attributes
Related: https://clojure.atlassian.net/browse/TDEPS-228
:git/url
"https://github.com/ORG/PROJECT.git"
"https://github.com/ORG/PROJECT.git"
"https://gitlab.com/ORG/PROJECT.git"
"https://gitlab.com/ORG/PROJECT.git"
"https://bitbucket.org/ORG/PROJECT.git"
"https://bitbucket.org/ORG/PROJECT.git"
"https://ORG.git.beanstalkapp.com/PROJECT.git"
"https://ORG.git.beanstalkapp.com/PROJECT.git"
"https://git.sr.ht/~ORG/PROJECT"
I think this should apply to any case where we currently infer the GitHub URL. That said, it may be easiest to start with
neil new
and work from there since the deps management for that command is standalone.The text was updated successfully, but these errors were encountered: