Skip to content

Commit

Permalink
add:SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
lightClouds917 committed Oct 2, 2024
1 parent a89d237 commit b643dd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions at-sample/dubbo-samples-seata/dubbo-samples-seata-stock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>4.0.0.4121</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b643dd4

Please sign in to comment.