We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841382e commit 93ef02bCopy full SHA for 93ef02b
find-jruby-head-url-nokogiri.rb
@@ -2,7 +2,7 @@
2
require 'rubygems'
3
require 'nokogiri'
4
5
-base_url = 'https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist'
+base_url = 'https://central.sonatype.com/repository/maven-snapshots/org/jruby/jruby-dist'
6
index_url = "#{base_url}/maven-metadata.xml"
7
8
STDERR.puts index_url
0 commit comments