Files
spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-test-support/build.gradle
Phillip Webb ad72411e2b Apply conventions plugin to all subprojects
Closes gh-42438
2024-09-24 14:26:32 -07:00

15 lines
343 B
Groovy

plugins {
id "java-library"
}
description = "Spring Boot Gradle Testing Support"
dependencies {
compileOnly("org.junit.jupiter:junit-jupiter")
implementation(gradleTestKit())
implementation("io.spring.gradle:dependency-management-plugin")
implementation("org.assertj:assertj-core")
implementation("org.springframework:spring-core")
}