Removed temp maven.
This commit is contained in:
parent
2a13998ed0
commit
82ebb57fa5
|
@ -18,13 +18,6 @@ plugins {
|
||||||
|
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
name = "local"
|
|
||||||
url = "file:///home/Scott/Dropbox"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
def build_number = 'CUSTOM'
|
def build_number = 'CUSTOM'
|
||||||
|
|
||||||
if (System.getenv('BUILD_NUMBER') != null)
|
if (System.getenv('BUILD_NUMBER') != null)
|
||||||
|
|
Loading…
Reference in a new issue