1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-19 12:15:45 +00:00

doc(api): 修正Branch库的位置

This commit is contained in:
Carm Jos 2023-01-15 16:19:24 +08:00
parent d2df91d45c
commit f3b7653150
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@
```groovy ```groovy
repositories { repositories {
maven { url 'https://github.com/CarmJos/MineSQL/blob/repo/' } maven { url 'https://raw.githubusercontent.com/CarmJos/MineSQL/repo/' }
} }
``` ```

View File

@ -170,7 +170,7 @@ repositories {
mavenCentral() mavenCentral()
// 采用github分支依赖库稳定更新快 // 采用github分支依赖库稳定更新快
maven { url 'https://github.com/CarmJos/MineSQL/blob/repo/' } maven { url 'https://raw.githubusercontent.com/CarmJos/MineSQL/repo/' }
// 采用我的私人依赖库,简单方便,但可能因为变故而无法使用 // 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
maven { url 'https://repo.carm.cc/repository/maven-public/' } maven { url 'https://repo.carm.cc/repository/maven-public/' }