plugins { id "java" id "org.springframework.boot.conventions" } description = "Spring Boot Batch smoke test" dependencies { implementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-batch") runtimeOnly "org.hsqldb:hsqldb" testImplementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test") }