Skip to content

Commit

Permalink
compatible with SonarQube 10.4 "DownloadOnlyWhenRequired" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
donhui committed Feb 3, 2024
1 parent 0f5637c commit c8c0b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.apiVersion>9.0.0.45539</sonar.apiVersion>
<jdk.min.version>1.8</jdk.min.version>
<Plugin-RequiredForLanguages>java</Plugin-RequiredForLanguages>
<sonar.sources>src/main/java,src/main/resources</sonar.sources>
</properties>

Expand Down Expand Up @@ -108,7 +109,7 @@
<plugin>
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.18.0.372</version>
<version>1.23.0.740</version>
<extensions>true</extensions>
<configuration>
<pluginKey>mybatis</pluginKey>
Expand Down

0 comments on commit c8c0b25

Please sign in to comment.