Skip to content

Commit 2f3f60e

Browse files
committed
Correct the path used to refer to spring-boot-test-support
1 parent c91b1a6 commit 2f3f60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-support/spring-boot-gradle-test-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
description = "Spring Boot Gradle Testing Support"
2222

2323
dependencies {
24-
api(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
24+
api(project(":test-support:spring-boot-test-support"))
2525

2626
compileOnly("org.junit.jupiter:junit-jupiter")
2727

0 commit comments

Comments
 (0)