Use Gradle test fixture support for spring-core
See gh-23550
This commit is contained in:
@@ -4,6 +4,7 @@ apply plugin: "kotlin"
|
||||
|
||||
dependencies {
|
||||
compile(project(":spring-core"))
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile("org.jetbrains.kotlin:kotlin-reflect")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user