apply plugin: 'spring-boot' apply plugin: EventuateDependencyPlugin apply plugin: VerifyEventStoreEnvironmentPlugin dependencies { compile project(":transactions-command-side-web") compile project(":common-swagger") compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-actuator" testCompile "org.springframework.boot:spring-boot-starter-test" } test { ignoreFailures System.getenv("EVENTUATE_API_KEY_ID") == null }