Skip to content

Commit

Permalink
Add spring repo to fix the bug that can not download 'pentaho-aggdesi…
Browse files Browse the repository at this point in the history
…gner-algorithm'
  • Loading branch information
howeye authored Dec 4, 2019
1 parent bde6ffb commit 831271a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ dependencies {
repositories {
mavenLocal()
mavenCentral()
maven {
url "https://repo.spring.io/libs-milestone"
}
}

mainClassName = "com.webank.wedatasphere.qualitis.QualitisServer"
Expand Down Expand Up @@ -107,6 +110,9 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
maven {
url "https://repo.spring.io/libs-milestone"
}
}

processResources {
Expand All @@ -122,4 +128,4 @@ subprojects {
}
}

apply from: "profile.gradle"
apply from: "profile.gradle"

0 comments on commit 831271a

Please sign in to comment.