build: Due to the internet problems in China, use USTC as proxy for maven central

This commit is contained in:
Zihlu Wang
2023-07-31 20:22:32 +08:00
parent fc0f3e2289
commit 9f15987898
+9
View File
@@ -298,4 +298,13 @@
</profile>
</profiles>
<repositories>
<repository>
<!-- maven.proxy.ustclug.org is a reverse proxy repo1.maven.org -->
<id>central</id>
<url>https://maven.proxy.ustclug.org/maven2/</url>
<!-- <url>https://repo1.maven.org/maven2/</url> -->
</repository>
</repositories>
</project>