mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Correct the path used to refer to spring-boot-test-support
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user