We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c0032 commit 7674391Copy full SHA for 7674391
sonar-flex-plugin/pom.xml
@@ -131,6 +131,15 @@
131
</execution>
132
</executions>
133
</plugin>
134
+ <plugin>
135
+ <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
136
+ <artifactId>sonar-packaging-maven-plugin</artifactId>
137
+ <configuration>
138
+ <!-- this value is translated to Sonar-Version property in META-INF/MANIFEST.MF file inside jar. It is used at runtime
139
+ by products to detect compatibility. We keep LTS -->
140
+ <sonarQubeMinVersion>9.9</sonarQubeMinVersion>
141
+ </configuration>
142
+ </plugin>
143
</plugins>
144
</build>
145
</project>
0 commit comments