Skip to content

Commit 1742e12

Browse files
committed
Update bean registration contribution tests to use TestCompiler
1 parent 93a2651 commit 1742e12

File tree

3 files changed

+172
-110
lines changed

3 files changed

+172
-110
lines changed

spring-beans/spring-beans.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010
optional("org.jetbrains.kotlin:kotlin-reflect")
1111
optional("org.jetbrains.kotlin:kotlin-stdlib")
1212
testImplementation(testFixtures(project(":spring-core")))
13+
testImplementation(project(":spring-core-test"))
1314
testImplementation("jakarta.annotation:jakarta.annotation-api")
1415
testFixturesApi("org.junit.jupiter:junit-jupiter-api")
1516
testFixturesImplementation("org.assertj:assertj-core")

0 commit comments

Comments
 (0)