Skip to content

Commit d711f65

Browse files
authored
Add spring repo to fix the bug that can not download 'pentaho-aggdesigner-algorithm'
1 parent 46eafbe commit d711f65

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ dependencies {
4343
repositories {
4444
mavenLocal()
4545
mavenCentral()
46+
maven {
47+
url "https://repo.spring.io/libs-milestone"
48+
}
4649
}
4750

4851
mainClassName = "com.webank.wedatasphere.qualitis.QualitisServer"
@@ -107,6 +110,9 @@ subprojects {
107110
repositories {
108111
mavenLocal()
109112
mavenCentral()
113+
maven {
114+
url "https://repo.spring.io/libs-milestone"
115+
}
110116
}
111117

112118
processResources {
@@ -122,4 +128,4 @@ subprojects {
122128
}
123129
}
124130

125-
apply from: "profile.gradle"
131+
apply from: "profile.gradle"

0 commit comments

Comments
 (0)