Skip to content

Commit

Permalink
try mirroring rubygems repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec authored Jan 5, 2020
1 parent c0c591d commit ee122e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .m2/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>rubygems-releases-mirror</id>
<name>RubyGems Releases mirror</name>
<url>https://repo.maven.apache.org/maven2</url>
<mirrorOf>rubygems-release</mirrorOf>
</mirror>
</mirrors>
</settings>

0 comments on commit ee122e8

Please sign in to comment.