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 ```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 ```groovy
maven { maven {
name "mingliqiye-maven-repo-gitee" 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> <id>mingliqiye-maven-repo-gitee</id>
<name>mingliqiye-maven-repo-gitee</name> <name>mingliqiye-maven-repo-gitee</name>
<url> <url>
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ https://gitee.com/minglipro/maven-repository-raw/raw/master
</url> </url>
</repository> </repository>
``` ```
@ -57,7 +57,7 @@ maven {
<id>mingliqiye-maven-repo</id> <id>mingliqiye-maven-repo</id>
<name>mingliqiye-maven-repo</name> <name>mingliqiye-maven-repo</name>
<url> <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> </url>
</repository> </repository>
``` ```

View File

@ -1,7 +1,7 @@
repositories { repositories {
maven { maven {
name "mingliqiye repository" 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 { content {
includeGroup "com.mingliqiye" includeGroup "com.mingliqiye"
includeGroupByRegex "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 ```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 ```groovy
maven { maven {
name "mingliqiye-maven-repo-gitee" 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> <id>mingliqiye-maven-repo-gitee</id>
<name>mingliqiye-maven-repo-gitee</name> <name>mingliqiye-maven-repo-gitee</name>
<url> <url>
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ https://gitee.com/minglipro/maven-repository-raw/raw/master
</url> </url>
</repository> </repository>
``` ```
@ -48,7 +48,7 @@ maven {
<id>mingliqiye-maven-repo</id> <id>mingliqiye-maven-repo</id>
<name>mingliqiye-maven-repo</name> <name>mingliqiye-maven-repo</name>
<url> <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> </url>
</repository> </repository>
``` ```