We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46eafbe commit d711f65Copy full SHA for d711f65
build.gradle
@@ -43,6 +43,9 @@ dependencies {
43
repositories {
44
mavenLocal()
45
mavenCentral()
46
+ maven {
47
+ url "https://repo.spring.io/libs-milestone"
48
+ }
49
}
50
51
mainClassName = "com.webank.wedatasphere.qualitis.QualitisServer"
@@ -107,6 +110,9 @@ subprojects {
107
110
108
111
109
112
113
114
115
116
117
118
processResources {
@@ -122,4 +128,4 @@ subprojects {
122
128
123
129
124
130
125
-apply from: "profile.gradle"
131
+apply from: "profile.gradle"
0 commit comments