spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-test-sup.../build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
343 B
Groovy
Raw Normal View History

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")
}