diff --git a/README.MD b/README.MD index 860d784..ecd0246 100644 --- a/README.MD +++ b/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 { mingliqiye-maven-repo-gitee mingliqiye-maven-repo-gitee - https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ + https://gitee.com/minglipro/maven-repository-raw/raw/master ``` @@ -57,7 +57,7 @@ maven { mingliqiye-maven-repo mingliqiye-maven-repo - 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 ``` diff --git a/repositories.gradle b/repositories.gradle index cd3cdaa..e18b52c 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -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\\..*" diff --git a/update/README.MD b/update/README.MD index 34fd22c..62851c1 100644 --- a/update/README.MD +++ b/update/README.MD @@ -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 { mingliqiye-maven-repo-gitee mingliqiye-maven-repo-gitee - https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ + https://gitee.com/minglipro/maven-repository-raw/raw/master ``` @@ -48,7 +48,7 @@ maven { mingliqiye-maven-repo mingliqiye-maven-repo - 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 ```