1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00: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

View File

@ -23,4 +23,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

View File

@ -19,7 +19,7 @@
<repositories>
<repository>
<id>maven-central</id>
<url>https://maven.aliyun.com/repository/public</url>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>