daemonzone
Results
1
comments of
daemonzone
Same issue here, here's how I solved: .rbenv/versions/jruby-9.3.2.0/lib/ruby/gems/shared/gems/warbler-2.0.5/lib/warbler/web_server.rb Changed line 91 from this @artifact = Artifact.new(ENV["MAVEN_REPO"] || "http://repo2.maven.org/maven2", to this @artifact = Artifact.new(ENV["MAVEN_REPO"] || "https://repo.maven.apache.org/maven2",