apply plugin: 'java' repositories { mavenCentral() } dependencies { compile "com.google.guava:guava:18.0" testCompile "junit:junit:4.12" testCompile "org.hamcrest:hamcrest-all:1.3" } apply from: "ide.gradle" apply from: "coverage.gradle" /* vim: set ts=4 sw=4 et: */