mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
11 lines
287 B
XML
11 lines
287 B
XML
<settings>
|
|
<mirrors>
|
|
<mirror>
|
|
<id>google-maven-central</id>
|
|
<name>GCS Maven Central mirror EU</name>
|
|
<url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url>
|
|
<mirrorOf>central</mirrorOf>
|
|
</mirror>
|
|
</mirrors>
|
|
</settings>
|