@@ -7,4 +7,9 @@ sourceCompatibility = 1.8
task run(type:JavaExec) {
classpath = sourceSets.main.runtimeClasspath
main = 'Main'
-}
+}
+
+repositories
+{
+ jcenter()