Hello,
I’m facing with an error while running the SonarQube plugin on IntelliJ.
Here is the stack trace of the error:
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘io.ecocode.csharp.CSharpConfiguration’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:2144)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1594).
Running environment:
- IntelliJ: version 2024.3.2.2, built #IU-243.23654.189
- SonarQube for IDE plugin: version 10.19.0.80823.
Thanks for your help!