Removed private maven repository

Removed unreachable private maven repo
This commit is contained in:
Woo Seung Sim 2017-05-31 00:24:16 -04:00 committed by GitHub
parent ffe716d19a
commit 2fc1761137

View File

@ -6,9 +6,7 @@ sourceCompatibility = 1.8 // java 8
targetCompatibility = 1.8 targetCompatibility = 1.8
repositories { repositories {
maven { mavenCentral()
url 'http://sotiartifacts:8081/artifactory/globalmaven/'
}
mavenLocal() mavenLocal()
} }