spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-anim.../build.gradle

12 lines
293 B
Groovy

plugins {
id "java"
id "org.springframework.boot.conventions"
}
description = "Spring Boot animated banner smoke test"
dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}