Correct the path used to refer to spring-boot-test-support

This commit is contained in:
Andy Wilkinson 2025-07-22 11:59:53 +01:00
parent c91b1a6652
commit 2f3f60e736
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ plugins {
description = "Spring Boot Gradle Testing Support"
dependencies {
api(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
api(project(":test-support:spring-boot-test-support"))
compileOnly("org.junit.jupiter:junit-jupiter")