X-Git-Url: https://git.pterodactylus.net/?p=tbgof.git;a=blobdiff_plain;f=build.gradle;h=8ed3277d89c12a152861c148d225a4b88bdafd5c;hp=259a60095916b409db50d435aae6153d4f67c1ce;hb=HEAD;hpb=7c97ebcc7cd85acdf269ec51156e0700466de0ba diff --git a/build.gradle b/build.gradle index 259a600..8ed3277 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +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: */