mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
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:
@@ -18,7 +18,6 @@ allprojects {
|
||||
maven {
|
||||
url publishUrl
|
||||
}
|
||||
mavenLocal()
|
||||
maven {
|
||||
url repoBaseUrl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user