We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19e4da commit 919873bCopy full SHA for 919873b
1 file changed
sonar-java-plugin/pom.xml
@@ -145,7 +145,8 @@
145
<pluginName>Java Code Quality and Security</pluginName>
146
<skipDependenciesPackaging>true</skipDependenciesPackaging>
147
<pluginClass>org.sonar.plugins.java.JavaPlugin</pluginClass>
148
- <requiredForLanguages>java</requiredForLanguages>
+ <!-- TODO: SONARJAVA-4747 enable on-demand downloading -->
149
+ <!--<requiredForLanguages>java</requiredForLanguages>-->
150
<sonarLintSupported>true</sonarLintSupported>
151
<pluginApiMinVersion>9.14.0.375</pluginApiMinVersion>
152
<jreMinVersion>11</jreMinVersion>
0 commit comments