mirror of
https://github.com/github/codeql.git
synced 2026-06-23 13:47:03 +02:00
11 lines
269 B
XML
11 lines
269 B
XML
<settings>
|
|
<mirrors>
|
|
<mirror>
|
|
<id>google-maven-central</id>
|
|
<name>GCS Maven Central mirror</name>
|
|
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
|
|
<mirrorOf>central</mirrorOf>
|
|
</mirror>
|
|
</mirrors>
|
|
</settings>
|