File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ gradle-app.setting
99# Cache of project
1010.gradletasknamecache
1111
12- .gradle /*
13- .idea /*
12+ .gradle /
13+ .idea /
1414build /
15+ gradlew.bat
16+ gradlew
1517
1618# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
1719# gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change @@ -24,7 +24,18 @@ configurations {
2424
2525repositories {
2626 mavenLocal()
27- maven { url " https://maven.aliyun.com/repository/jcenter" }
27+ mavenCentral()
28+ maven { url ' https://repo.spring.io/milestone' }
29+ maven { url ' https://repo.spring.io/snapshot' }
30+ maven { url " https://maven.aliyun.com/repository/central" }
31+ maven { url " https://maven.aliyun.com/repository/public" }
32+ maven { url " https://maven.aliyun.com/repository/google" }
33+ maven { url " https://maven.aliyun.com/repository/gradle-plugin" }
34+ maven { url " https://maven.aliyun.com/repository/spring" }
35+ maven { url " https://maven.aliyun.com/repository/spring-plugin" }
36+ maven { url " https://maven.aliyun.com/repository/grails-core" }
37+ maven { url " https://maven.aliyun.com/repository/apache-snapshots" }
38+ maven { url " http://repo.spring.io/milestone" }
2839}
2940
3041dependencies {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments