-
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
Could not create task ':spotlessGroovy' w/ plugin io.spring.dependency-management
> 1.1.0
#1772
Comments
This looks suspicious:
|
Oh, I think it's caused by spring-gradle-plugins/dependency-management-plugin#365. |
See also #1610 |
And eclipse-platform/eclipse.platform#180 for the root cause |
Maybe we can update the offending Eclipse libraries? |
@jochenberger can you update the description of your pull request and link to this issue:
Did you fix the issue already in this pull request: #1775? |
@jochenberger if your pull request does not fix #1778, I will create a pull request for #1778. |
I don't think that #1775 will fix this. I'm not even sure where to fix it actually. Is it in Spotless or in Equo IDE/Solstice? |
Spotless 6.20.0 does not get along well with the Spring Dependency Management Plugin in recent versions.
I'm getting
It does work with
io.spring.dependency-management
1.1.0.This is the changelog for 1.1.1: https://github.com/spring-gradle-plugins/dependency-management-plugin/releases/tag/v1.1.1
I'm raising the issue here because I found similar bug reports in the closed issues and it's probably easier for the Spotless devs to figure out what might be happening here.
Sample project: sample.zip
The text was updated successfully, but these errors were encountered: