Files
spring-boot-data-geode/spring-geode-tests/smoke-tests/logging/spring-geode-smoke-tests-logging.gradle
2020-02-11 19:16:55 -08:00

16 lines
476 B
Groovy

apply plugin: 'io.spring.convention.spring-test'
description = "Smoke Tests to assert that Spring for Apache Geode logging functions as expected."
dependencies {
implementation "org.assertj:assertj-core"
// NOTE: 'spring-geode-starter-logging' must be the first entry on the application/test classpath
implementation project(":spring-geode-starter-logging")
implementation project(':spring-geode-starter')
testImplementation project(":spring-geode-starter-test")
}