no message

This commit is contained in:
Armamem0t 2025-07-13 13:07:29 +08:00
parent 70ada80a6d
commit 06ee09da9c
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
3 changed files with 11 additions and 11 deletions

View File

@ -19,17 +19,17 @@ https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw
```
```
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
https://https://gitee.com/minglipro/maven-repository-raw/raw/master
```
```groovy
apply from: 'https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/repositories.gradle'
apply from: 'https://gitee.com/minglipro/maven-repository-raw/raw/master/repositories.gradle'
```
```groovy
maven {
name "mingliqiye-maven-repo-gitee"
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/"
url "https://gitee.com/minglipro/maven-repository-raw/raw/master"
}
```
@ -46,7 +46,7 @@ maven {
<id>mingliqiye-maven-repo-gitee</id>
<name>mingliqiye-maven-repo-gitee</name>
<url>
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
https://gitee.com/minglipro/maven-repository-raw/raw/master
</url>
</repository>
```
@ -57,7 +57,7 @@ maven {
<id>mingliqiye-maven-repo</id>
<name>mingliqiye-maven-repo</name>
<url>
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master
</url>
</repository>
```

View File

@ -1,7 +1,7 @@
repositories {
maven {
name "mingliqiye repository"
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master"
url "https://gitee.com/minglipro/maven-repository-raw/raw/master"
content {
includeGroup "com.mingliqiye"
includeGroupByRegex "com\\.mingliqiye\\..*"

View File

@ -10,17 +10,17 @@ https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw
```
```
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
https://https://gitee.com/minglipro/maven-repository-raw/raw/master
```
```groovy
apply from: 'https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/repositories.gradle'
apply from: 'https://gitee.com/minglipro/maven-repository-raw/raw/master/repositories.gradle'
```
```groovy
maven {
name "mingliqiye-maven-repo-gitee"
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/"
url "https://gitee.com/minglipro/maven-repository-raw/raw/master"
}
```
@ -37,7 +37,7 @@ maven {
<id>mingliqiye-maven-repo-gitee</id>
<name>mingliqiye-maven-repo-gitee</name>
<url>
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
https://gitee.com/minglipro/maven-repository-raw/raw/master
</url>
</repository>
```
@ -48,7 +48,7 @@ maven {
<id>mingliqiye-maven-repo</id>
<name>mingliqiye-maven-repo</name>
<url>
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master
</url>
</repository>
```