1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 23:43:29 +08:00

采用外部库

This commit is contained in:
carm
2021-08-25 14:25:43 +08:00
parent 22bf9d7d94
commit eaa386a6ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ jobs:
distribution: 'adopt' distribution: 'adopt'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
+1 -1
View File
@@ -19,7 +19,7 @@
<repositories> <repositories>
<repository> <repository>
<id>maven-central</id> <id>maven-central</id>
<url>https://maven.aliyun.com/repository/public</url> <url>https://repo1.maven.org/maven2/</url>
</repository> </repository>
<repository> <repository>