mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-05-04 16:44:38 +02:00
Revert "Allow builds without OSSRH credentials"
This reverts commit 4275a870d54a58b3bfbcf39416355431afc1f4fb.
This commit is contained in:
parent
4275a870d5
commit
67a06dc84f
12
build.gradle
12
build.gradle
@ -100,14 +100,12 @@ uploadArchives {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (project.hasProperty('ossrhUsername')) {
|
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
|
||||||
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
|
authentication userName: ossrhUsername, password: ossrhPassword
|
||||||
authentication userName: ossrhUsername, password: ossrhPassword
|
}
|
||||||
}
|
|
||||||
|
|
||||||
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
|
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||||
authentication userName: ossrhUsername, password: ossrhPassword
|
authentication userName: ossrhUsername, password: ossrhPassword
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeDeployment {
|
beforeDeployment {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user