File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
gradlePluginPortal()
4
- maven { url " https://repo.spring.io/plugins-release" }
4
+ mavenLocal()
5
+ mavenCentral()
6
+ maven { url " https://plugins.gradle.org/m2/" }
7
+ maven { url " https://public.nexus.pentaho.org/content/groups/omni/" }
8
+ maven { url " http://docbook.sourceforge.net/maven/repository" }
9
+ // maven { url "https://repo.spring.io/plugins-release" }
5
10
}
6
11
dependencies {
7
12
classpath(" io.spring.gradle:propdeps-plugin:0.0.9.RELEASE" )
@@ -130,8 +135,11 @@ configure(allprojects) { project ->
130
135
}
131
136
132
137
repositories {
138
+ mavenLocal()
133
139
mavenCentral()
134
- maven { url " https://repo.spring.io/libs-spring-framework-build" }
140
+ maven { url " https://plugins.gradle.org/m2/" }
141
+ maven { url " https://public.nexus.pentaho.org/content/groups/omni/" }
142
+ maven { url " http://docbook.sourceforge.net/maven/repository" }
135
143
}
136
144
137
145
dependencies {
You can’t perform that action at this time.
0 commit comments