Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support non-maven resolvers #54

Open
softprops opened this issue Feb 23, 2012 · 0 comments
Open

support non-maven resolvers #54

softprops opened this issue Feb 23, 2012 · 0 comments

Comments

@softprops
Copy link
Owner

the ivy flavor of sbt resolvers is not currently supported. Users to use the externalResolver to override the sbt default (scala tools) are currently greeted with this unfriendly message

ls currently only supports sbt MavenRespositories which URLRepository(sbt-plugin-releases,sbt.Patterns@77252b15) is not.

sbt plugins move to the new ivy repo I should also support URLRepositories

The relevant code to adapt is here

Note that the client will have to somehow detect this when resolving libraries from ls which means I may have to encode a resolver as more than just a simple string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant