1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:43:03 +08:00

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

This commit is contained in:
2023-01-15 16:19:24 +08:00
parent d2df91d45c
commit f3b7653150
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
```groovy
repositories {
maven { url 'https://github.com/CarmJos/MineSQL/blob/repo/' }
maven { url 'https://raw.githubusercontent.com/CarmJos/MineSQL/repo/' }
}
```
+1 -1
View File
@@ -170,7 +170,7 @@ repositories {
mavenCentral()
// 采用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/' }