Fix compiler syntax errors in code snippets. Introduce documentation variables where applicable. Format source code. Optimize imports.
11 lines
300 B
Groovy
11 lines
300 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
apply from: MAVEN_POM_EDITOR_GRADLE
|
|
|
|
description = "Spring Boot Logging Starter for VMware Tanzu GemFire with Logback as the logging provider and adaptation of Log4j to SLF4J"
|
|
|
|
dependencies {
|
|
|
|
compile project(":spring-geode-starter-logging")
|
|
|
|
}
|