Skip to content

Commit

Permalink
SONARJAVA-4934 On-demand plugin downloading ignore jsp files (#4764)
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-auzeill committed Apr 11, 2024
1 parent 82949cd commit a7b0c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<pluginName>Java Code Quality and Security</pluginName>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<pluginClass>org.sonar.plugins.java.JavaPlugin</pluginClass>
<requiredForLanguages>java</requiredForLanguages>
<requiredForLanguages>java,jsp</requiredForLanguages>
<sonarLintSupported>true</sonarLintSupported>
<pluginApiMinVersion>9.14.0.375</pluginApiMinVersion>
<jreMinVersion>17</jreMinVersion>
Expand Down

0 comments on commit a7b0c31

Please sign in to comment.