-
Notifications
You must be signed in to change notification settings - Fork 31
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 classifier #13
Conversation
I'm not sure if the |
There were codenarc issues, I fixed them in your branch. Please always run |
You are right, the build.gradle change was not intended. Sorry for that and the codenarc issue. I'll run the checks the next time. |
No worries. I'm seeing a lot of failing tests both on Travis CI and when running locally, would you mind having a look at that? |
I've fixed the failing tests. |
LGTM |
Support classifier and extension in dependencies, both in string and map notation.
Details about classifier: https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.dsl.DependencyHandler.html#N16F49