Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
ef841898
Commit
ef841898
authored
Jul 28, 2021
by
shiyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除jcenter仓库,更新阿里云镜像地址
parent
b6deec5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
build.gradle
build.gradle
+2
-11
No files found.
build.gradle
View file @
ef841898
...
@@ -5,13 +5,9 @@ buildscript {
...
@@ -5,13 +5,9 @@ buildscript {
addRepos
(
repositories
)
addRepos
(
repositories
)
ext
.
kotlin_version
=
build_versions
.
kotlin_version
ext
.
kotlin_version
=
build_versions
.
kotlin_version
repositories
{
repositories
{
maven
{
url
'https://maven.aliyun.com/repository/jcenter'
}
maven
{
url
'https://maven.aliyun.com/repository/public/'
}
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/central'
}
maven
{
url
'https://maven.aliyun.com/repository/gradle-plugin'
}
google
()
google
()
mavenCentral
()
mavenCentral
()
jcenter
()
}
}
dependencies
{
dependencies
{
classpath
deps
.
gradle
.
plugin
classpath
deps
.
gradle
.
plugin
...
@@ -25,15 +21,10 @@ buildscript {
...
@@ -25,15 +21,10 @@ buildscript {
allprojects
{
allprojects
{
repositories
{
repositories
{
maven
{
url
'https://maven.aliyun.com/repository/jcenter'
}
maven
{
url
'https://maven.aliyun.com/repository/public/'
}
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/central'
}
maven
{
url
'https://maven.aliyun.com/repository/gradle-plugin'
}
maven
{
url
"http://dailybuild2.yidian-inc.com:8088/repository/maven-public/"
}
maven
{
url
"http://dailybuild2.yidian-inc.com:8088/repository/maven-public/"
}
google
()
google
()
mavenCentral
()
mavenCentral
()
jcenter
()
}
}
addRepos
(
repositories
)
addRepos
(
repositories
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment