diff --git a/build.gradle b/build.gradle index db7c1917..620d5e58 100644 --- a/build.gradle +++ b/build.gradle @@ -18,13 +18,6 @@ plugins { apply plugin: 'maven-publish' -repositories { - maven { - name = "local" - url = "file:///home/Scott/Dropbox" - } -} - def build_number = 'CUSTOM' if (System.getenv('BUILD_NUMBER') != null)