plugins { id "io.freefair.lombok" version "5.3.0" } apply plugin: 'io.spring.convention.spring-sample-boot' description = "Quick Start for Spring Boot for Apache Geode" dependencies { compile project(":spring-geode-starter") compile "org.assertj:assertj-core" compile "org.projectlombok:lombok" //runtime project(":spring-geode-starter-logging") testCompile project(":spring-geode-starter-test") testCompile "org.springframework.boot:spring-boot-starter-test" }