X-Git-Url: https://git.pterodactylus.net/?p=tbgof.git;a=blobdiff_plain;f=build.gradle;h=8ed3277d89c12a152861c148d225a4b88bdafd5c;hp=ad43ad5cf402088bb80f3f78d877920f57c071f1;hb=HEAD;hpb=1dd1d6ea0ad69604fb45931918886b84443ace19 diff --git a/build.gradle b/build.gradle index ad43ad5..8ed3277 100644 --- a/build.gradle +++ b/build.gradle @@ -5,9 +5,13 @@ repositories { } 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: */