apply plugin: 'java' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' dependencies { compile project(':juick-common') compile 'com.ganyo:gcm-server:1.1.0' compile 'com.turo:pushy:0.13.3' } compileJava.options.encoding = 'UTF-8' bootJar { launchScript() } configurations { all*.exclude module: 'commons-logging' }