Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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")