-
Notifications
You must be signed in to change notification settings - Fork 458
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
spotless loads dependency from project dependencies #99
Comments
I think that is the expected behavior, but I agree that it is probably a bug. This is the code in question: Happy to merge a PR from anyone which addresses this issue. |
Sure that this is the place? I can't check better at the moment but this looks like your place is adding the project dependencies to whatever. |
Yep, that's definitely the place. In your spotless config block, you're building up a set of steps that you need to format your code. Those steps then tell Spotless "I need these maven coordinates to do my job", through the |
I take a look at it tomorrow. |
Anything missing? |
Fixed with merge. |
Published in 3.3.0 |
…of the root project for lookup. With #99 the current project was used, which makes the resulting configuration unnecessarily complex for multi-project builds.
The following dependency spotless-ext-eclipse-jdt-4.6.1.jar is loaded from the projects repositories
instead of the buildscript repositories when using the java formatter.
Is that expected behavior?
I expected not having to change the project repositories.
The text was updated successfully, but these errors were encountered: