Skip to content

Commit

Permalink
issue-213 | Require java plugin version 6.15 instead of 7.6
Browse files Browse the repository at this point in the history
It seems the Docker image `sonarqube:8.9-community` comes with Java
plugin `6.15.1.26025`. This commit reduces the required version.
  • Loading branch information
tomasz-niedzwiedz-wttech authored and toniedzwiedz committed Apr 7, 2022
1 parent 027d4f2 commit 207e1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
</pluginSourcesUrl>
<pluginUrl>https://github.com/wttech/AEM-Rules-for-SonarQube</pluginUrl>
<skipDependenciesPackaging>false</skipDependenciesPackaging>
<requirePlugins>java:7.6</requirePlugins>
<requirePlugins>java:6.15</requirePlugins>
<sonarQubeMinVersion>8.9</sonarQubeMinVersion>
<sonarLintSupported>true</sonarLintSupported>
</configuration>
Expand Down

0 comments on commit 207e1d1

Please sign in to comment.