Skip to content

Commit

Permalink
SONARHTML-176 Add requiredForLanguages metadata to manifest (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Sep 28, 2023
1 parent d7ec7ed commit 7f49209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>68.0.0.247</version>
<version>69.0.0.267</version>
</parent>

<groupId>org.sonarsource.html</groupId>
Expand Down
3 changes: 2 additions & 1 deletion sonar-html-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
<jreMinVersion>${jdk.min.version}</jreMinVersion>
<!-- this value is translated to Sonar-Version property in META-INF/MANIFEST.MF file inside jar. It is used at runtime
by products to detect compatibility. We keep LTS -->
<sonarQubeMinVersion>9.9</sonarQubeMinVersion>
<pluginApiMinVersion>9.9</pluginApiMinVersion>
<requiredForLanguages>web,jsp</requiredForLanguages>
</configuration>
</plugin>

Expand Down

0 comments on commit 7f49209

Please sign in to comment.