There was an error while loading. Please reload this page.
1 parent 84adc0a commit 3bbafd6Copy full SHA for 3bbafd6
Rakefile
@@ -964,7 +964,7 @@ namespace :java do
964
ENV['MAVEN_PASSWORD'] ||= ENV.fetch('SEL_M2_PASS', nil)
965
read_m2_user_pass unless ENV['MAVEN_PASSWORD'] && ENV['MAVEN_USER']
966
repo_domain = 'central.sonatype.com'
967
- repo = nightly ? "#{repo_domain}/repository/maven-snapshots" : "ossrh-staging-api.#{repo_domain}/service/local/"
+ repo = nightly ? "#{repo_domain}/repository/maven-snapshots" : "ossrh-staging-api.#{repo_domain}/service/local/staging/deploy/maven2/"
968
ENV['MAVEN_REPO'] = "https://#{repo}"
969
ENV['GPG_SIGN'] = (!nightly).to_s
970
0 commit comments