Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 8fc92f5

Browse files
committed
chore: add missing settings.xml for GraalVM job
1 parent 09b2eab commit 8fc92f5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

settings.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4+
https://maven.apache.org/xsd/settings-1.0.0.xsd">
5+
<mirrors>
6+
<mirror>
7+
<!-- Google's Maven Central mirror for Americas
8+
https://maven-central.storage.googleapis.com/index.html
9+
-->
10+
<id>google-maven-central</id>
11+
<name>GCS Maven Central mirror</name>
12+
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
13+
<mirrorOf>central</mirrorOf>
14+
</mirror>
15+
</mirrors>
16+
</settings>

0 commit comments

Comments
 (0)