Removed temp maven.

This commit is contained in:
WayofTime 2016-01-02 08:12:29 -05:00
parent 2a13998ed0
commit 82ebb57fa5

View file

@ -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)