Skip to content

Commit

Permalink
SONARPHP-1567 Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GabinL21 committed Nov 19, 2024
1 parent 783be8f commit 5412afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-custom-rules-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tasks.jar {
"Plugin-RequiredForLanguages" to "php",
"Plugin-SourcesUrl" to "https://github.com/SonarSource/sonar-php",
"Plugin-Version" to project.version,
"Sonar-Version" to "9.9",
"Sonar-Version" to "9.13",
"SonarLint-Supported" to "true",
"Version" to project.version.toString(),
"Jre-Min-Version" to java.sourceCompatibility.majorVersion,
Expand Down
4 changes: 2 additions & 2 deletions php-custom-rules-plugin/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.sonar.samples.php</groupId>
<artifactId>php-custom-rules-plugin</artifactId>
<packaging>jar</packaging>
<version>3.39-SNAPSHOT</version>
<version>3.40-SNAPSHOT</version>

<name>SonarSource PHP Custom Rules Example</name>
<description>PHP Custom Rules Example for SonarQube</description>
Expand Down Expand Up @@ -76,7 +76,7 @@
<pluginName>PHP Custom Rules</pluginName>
<pluginClass>org.sonar.samples.php.PHPCustomRulesPlugin</pluginClass>
<sonarLintSupported>true</sonarLintSupported>
<pluginApiMinVersion>9.9</pluginApiMinVersion>
<pluginApiMinVersion>9.13</pluginApiMinVersion>
<requiredForLanguages>php</requiredForLanguages>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<jreMinVersion>${jre.min.version}</jreMinVersion>
Expand Down

0 comments on commit 5412afb

Please sign in to comment.