1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +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/' }
}
```