Browse Source

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

pull/45341/head
Andy Wilkinson 8 months ago
parent
commit
2f3f60e736
  1. 2
      test-support/spring-boot-gradle-test-support/build.gradle

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

@ -21,7 +21,7 @@ plugins { @@ -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")

Loading…
Cancel
Save