We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c591d commit ee122e8Copy full SHA for ee122e8
.m2/settings.xml
@@ -0,0 +1,13 @@
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
+ <id>rubygems-releases-mirror</id>
8
+ <name>RubyGems Releases mirror</name>
9
+ <url>https://repo.maven.apache.org/maven2</url>
10
+ <mirrorOf>rubygems-release</mirrorOf>
11
+ </mirror>
12
+ </mirrors>
13
+</settings>
0 commit comments