Skip to content

Commit 024de54

Browse files
committed
chore: add sonar server
1 parent c9042e7 commit 024de54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
<codec.version>1.9</codec.version>
126126
<slf4j.version>1.7.25</slf4j.version>
127127
<jsonassert.version>1.5.0</jsonassert.version>
128+
<sonar.organization>ucloud</sonar.organization>
129+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
128130
</properties>
129131

130132
<dependencyManagement>
@@ -258,7 +260,7 @@
258260
<plugin>
259261
<groupId>org.apache.maven.plugins</groupId>
260262
<artifactId>maven-javadoc-plugin</artifactId>
261-
<version>2.10.4</version>
263+
<version>3.3.0</version>
262264
<configuration>
263265
<!--指定编码为UTF-8-->
264266
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)