We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91b1a6 commit 2f3f60eCopy full SHA for 2f3f60e
test-support/spring-boot-gradle-test-support/build.gradle
@@ -21,7 +21,7 @@ plugins {
21
description = "Spring Boot Gradle Testing Support"
22
23
dependencies {
24
- api(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
+ api(project(":test-support:spring-boot-test-support"))
25
26
compileOnly("org.junit.jupiter:junit-jupiter")
27
0 commit comments