Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
343 B

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