From 635f71a7ea709b0cb57d82ac8c1bd78c3b82be81 Mon Sep 17 00:00:00 2001 From: edgefox-test Date: Thu, 7 Jul 2016 14:23:17 +1200 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa8427a..aa73413 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'application' applicationName = "google-drive" mainClassName = "net.edgefox.googledrive.Main" jettyVersion = "9.0.3.v20130506" - +//test repositories { mavenCentral() maven { url "http://maven.xnat.org/repo" }