mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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