Skip to content

Commit 34c1dfb

Browse files
committed
修改maven写法
1 parent ea1e7a1 commit 34c1dfb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

build.gradle

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,13 @@ allprojects {
2222
repositories {
2323
google()
2424
mavenCentral()
25-
maven {
26-
url "https://maven.aliyun.com/repository/public"
27-
}
25+
maven { url "https://maven.aliyun.com/repository/public" }
2826
// SNAPSHOT
2927
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
3028
//左滑删除
31-
maven {
32-
url "https://jitpack.io"
33-
}
34-
maven {
35-
name = 'Central Portal Snapshots'
36-
url = 'https://central.sonatype.com/repository/maven-snapshots/'
37-
}
29+
maven { url "https://jitpack.io" }
30+
//Central Portal Snapshots
31+
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
3832
}
3933

4034
}

0 commit comments

Comments
 (0)