We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e06b3 commit 287a1a1Copy full SHA for 287a1a1
deploy/deploy.sh
@@ -57,7 +57,7 @@ java=$(rlocation "$java_rlocationpath")
57
"$java" -jar "${JAZZER_JAR_PATH}" --version 2>&1 | grep '^Jazzer v' || \
58
fail "JAZZER_JAR_PATH is not a valid jazzer.jar"
59
60
-MAVEN_REPO=https://oss.sonatype.org/service/local/staging/deploy/maven2
+MAVEN_REPO=https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2
61
62
# The Jazzer jar itself bundles native libraries for multiple architectures and thus can't be built
63
# on the local machine. It is obtained from CI and passed in via JAZZER_JAR_PATH.
0 commit comments