Skip to content

Commit d016338

Browse files
committed
update: README.md
1 parent f221e00 commit d016338

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Reference this repository using the link below.
1919
> Releases
2020
2121
```
22-
https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/releases
22+
https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases
2323
```
2424

2525
> SnapShots
2626
2727
```
28-
https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/snapshots
28+
https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots
2929
```
3030

3131
### Usage in Gradle Projects
@@ -38,11 +38,11 @@ You can use this repository in any Gradle project.
3838
repositories {
3939
maven {
4040
name = "personal-maven-repository-releases"
41-
setUrl("https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/releases")
41+
setUrl("https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases")
4242
}
4343
maven {
4444
name = "personal-maven-repository-snapshots"
45-
setUrl("https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/snapshots")
45+
setUrl("https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots")
4646
}
4747
}
4848
```
@@ -52,9 +52,9 @@ You can also use [SweetDependency](https://github/HighCapable/SweetDependency) t
5252
```yaml
5353
repositories:
5454
personal-maven-repository-releases:
55-
url: https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/releases
55+
url: https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases
5656
personal-maven-repository-snapshots:
57-
url: https://raw.githubusercontent.com/[organization name or username]/[repository name]/[branch name]/repository/snapshots
57+
url: https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots
5858
```
5959
6060
#### Publish Artifacts to Repository
@@ -96,13 +96,13 @@ publishing {
9696
> Releases
9797

9898
```
99-
https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/releases
99+
https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases
100100
```
101101
102102
> SnapShots
103103
104104
```
105-
https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/snapshots
105+
https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots
106106
```
107107
108108
针对中国大陆地区无法访问 `raw.githubusercontent.com` 可以使用加速服务,例如 [GitMirror](https://gitmirror.com/)。
@@ -117,11 +117,11 @@ https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支
117117
repositories {
118118
maven {
119119
name = "personal-maven-repository-releases"
120-
setUrl("https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/releases")
120+
setUrl("https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases")
121121
}
122122
maven {
123123
name = "personal-maven-repository-snapshots"
124-
setUrl("https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/snapshots")
124+
setUrl("https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots")
125125
}
126126
}
127127
```
@@ -131,9 +131,9 @@ repositories {
131131
```yaml
132132
repositories:
133133
personal-maven-repository-releases:
134-
url: https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/releases
134+
url: https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/releases
135135
personal-maven-repository-snapshots:
136-
url: https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支名]/repository/snapshots
136+
url: https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main/repository/snapshots
137137
```
138138
139139
#### 发布工件到存储库

0 commit comments

Comments
 (0)