Remove maven local as a possible search location

maven caches are not stored in maven local, and searching here can
cause problems for building simulation.

Change-Id: Id106e80cfb9129431fd43500b06f879e7c682115
This commit is contained in:
Peter_Mitrano
2016-01-15 11:56:35 -05:00
parent 6adf4c48cd
commit 75a91e24ef

View File

@@ -18,7 +18,6 @@ allprojects {
maven {
url publishUrl
}
mavenLocal()
maven {
url repoBaseUrl
}