@@ -19,13 +19,13 @@ Reference this repository using the link below.
19
19
> Releases
20
20
21
21
```
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
23
23
```
24
24
25
25
> SnapShots
26
26
27
27
```
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
29
29
```
30
30
31
31
### Usage in Gradle Projects
@@ -38,11 +38,11 @@ You can use this repository in any Gradle project.
38
38
repositories {
39
39
maven {
40
40
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" )
42
42
}
43
43
maven {
44
44
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" )
46
46
}
47
47
}
48
48
```
@@ -52,9 +52,9 @@ You can also use [SweetDependency](https://github/HighCapable/SweetDependency) t
52
52
``` yaml
53
53
repositories :
54
54
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
56
56
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
58
58
` ` `
59
59
60
60
#### Publish Artifacts to Repository
@@ -96,13 +96,13 @@ publishing {
96
96
> Releases
97
97
98
98
```
99
- https://raw.githubusercontent.com/[组织名或用户名 ] / [ 存储库名 ] / [ 分支名 ] /repository/releases
99
+ https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main /repository/releases
100
100
```
101
101
102
102
> SnapShots
103
103
104
104
```
105
- https://raw.githubusercontent.com/[组织名或用户名 ] / [ 存储库名 ] / [ 分支名 ] /repository/snapshots
105
+ https://raw.githubusercontent.com/miuix-kotlin-multiplatform/maven-repository/main /repository/snapshots
106
106
```
107
107
108
108
针对中国大陆地区无法访问 `raw.githubusercontent.com` 可以使用加速服务,例如 [GitMirror](https://gitmirror.com/)。
@@ -117,11 +117,11 @@ https://raw.githubusercontent.com/[组织名或用户名]/[存储库名]/[分支
117
117
repositories {
118
118
maven {
119
119
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")
121
121
}
122
122
maven {
123
123
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")
125
125
}
126
126
}
127
127
```
@@ -131,9 +131,9 @@ repositories {
131
131
``` yaml
132
132
repositories :
133
133
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
135
135
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
137
137
` ` `
138
138
139
139
#### 发布工件到存储库
0 commit comments