no message
This commit is contained in:
parent
70ada80a6d
commit
06ee09da9c
10
README.MD
10
README.MD
@ -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>
|
||||
```
|
||||
|
@ -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\\..*"
|
||||
|
@ -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>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user