Add test source dependency in attempt to fix CI
This commit is contained in:
@@ -806,6 +806,7 @@ configure(rootProject) {
|
||||
|
||||
dependencies { // for integration tests
|
||||
testCompile(project(":spring-core"))
|
||||
testCompile(project(":spring-core").sourceSets.test.output)
|
||||
testCompile(project(":spring-beans"))
|
||||
testCompile(project(":spring-aop"))
|
||||
testCompile(project(":spring-expression"))
|
||||
|
||||
Reference in New Issue
Block a user