-
Notifications
You must be signed in to change notification settings - Fork 8
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
sonarlintMain fails with io.spring.dependency-management 1.1.2 #4
Comments
Hi The sonarlint plugin isn't using io.spring.dependency-management directly in anyway. The issue is happening when the sonarlint plugin is trying to resolve the configuration for the plugin defined in the project. That is when the list of sonarlint plugins are to be listed. Then it seems that Gradle/io.spring.dependency-management needs to resolve all dependencies and by some issue the io.spring.dependency-management can't resolve properly. The issue seems to surface in io.spring.dependency-management 1.1.1 So I am afraid this is an io.spring.dependency-management issue. I can get the issue by simply doing ./gradlew dependencies on my micronaut project
I will get
even when the sonarlint plugin is not used in the project. So at this point I think the bug is in io.spring.dependency-management 1.1.1 |
Seem this is known by io.spring.dependency-management plugin: the spring-gradle-plugins/dependency-management-plugin#365 work around:
|
thanks, the red herring i had was that normal compile and test tasks were working fine, so it wasn't clear which plugin was failing. |
I also submitted a PR to the sonar project to address the source of this problem there: SonarSource/sonar-java#4421 |
something in the upgrade from
io.spring.dependency-management
1.1.0 to 1.1.2 is causing a failure.abridged logs:
The text was updated successfully, but these errors were encountered: