File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
gradleCliPath : ./gradlew
7
7
mavenCliPath : scripts/mvnw
8
8
mavenSettingsPath : scripts/settings.xml
9
- mavenRepoId : ossrh
10
- mavenRepoUrl : https://oss. sonatype.org /service/local/staging/deploy/maven2/
9
+ mavenRepoId : ossrh-staging-api
10
+ mavenRepoUrl : https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/
11
11
android :
12
12
distDirRegex : /^(sentry-android-|.*-android).*$/
13
13
fileReplaceeRegex : /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
Original file line number Diff line number Diff line change 4
4
https://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
5
<servers >
6
6
<server >
7
- <id >ossrh</id >
7
+ <id >ossrh-staging-api </id >
8
8
<username >${env.OSSRH_USERNAME}</username >
9
9
<password >${env.OSSRH_PASSWORD}</password >
10
10
</server >
You can’t perform that action at this time.
0 commit comments