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 Sep 14, 2023. It is now read-only.
When a plugin resides in a Github repo, it has to be downloaded and JARed by lein-git-down prior to being referenced in the list of plugins for it to work.
Could not find artifact Sardtok:drift:jar:5586b939b1ab66c7dbf21a15b06815f238176079 in central (https://repo1.maven.org/maven2/)
Could not find artifact Sardtok:drift:jar:5586b939b1ab66c7dbf21a15b06815f238176079 in clojars (https://repo.clojars.org/)
Could not transfer artifact Sardtok:drift:jar:5586b939b1ab66c7dbf21a15b06815f238176079 from/to github (git://github.com): Cannot access git://github.com with type default using the available connector factories: BasicRepositoryConnectorFactory
Failed to read artifact descriptor for Sardtok:drift:jar:5586b939b1ab66c7dbf21a15b06815f238176079
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
If I remove the Sardtok/drift plugin from the dev profile, the artifact is downloaded. I can then add it back in, and it works as expected. If I ever update the plugin, I have to comment it out to update the deps, and then comment it back in.
This isn't a huge issue, but it would be nice to be able to get plugins from Git. In this case it's an updated version of Drift that works with Java 9+. Sure I could publish it to our private Nexus server, but we are trying to move away from using it.
Not sure if it's possible for lein-git-down to run before other plugins are resolved, or if there is a solution to this problem that isn't publishing the plugin.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a plugin resides in a Github repo, it has to be downloaded and JARed by lein-git-down prior to being referenced in the list of plugins for it to work.
Fails with:
If I remove the Sardtok/drift plugin from the dev profile, the artifact is downloaded. I can then add it back in, and it works as expected. If I ever update the plugin, I have to comment it out to update the deps, and then comment it back in.
This isn't a huge issue, but it would be nice to be able to get plugins from Git. In this case it's an updated version of Drift that works with Java 9+. Sure I could publish it to our private Nexus server, but we are trying to move away from using it.
Not sure if it's possible for lein-git-down to run before other plugins are resolved, or if there is a solution to this problem that isn't publishing the plugin.
The text was updated successfully, but these errors were encountered: