Skip to content

Commit c04a21b

Browse files
author
Benjamin Reed
committed
fix build.gradle to work with current repos
1 parent 619eefa commit c04a21b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
buildscript {
22
repositories {
33
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" }
510
}
611
dependencies {
712
classpath("io.spring.gradle:propdeps-plugin:0.0.9.RELEASE")
@@ -130,8 +135,11 @@ configure(allprojects) { project ->
130135
}
131136

132137
repositories {
138+
mavenLocal()
133139
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" }
135143
}
136144

137145
dependencies {

0 commit comments

Comments
 (0)