mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +00:00
build: remove APS maven repository
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
99e83ed0d8
commit
853ec27a0b
@ -27,14 +27,6 @@ internal fun TestedExtension.registerSourcesJarTask(project: Project) {
|
|||||||
*/
|
*/
|
||||||
internal fun PublishingExtension.configureMavenPublication(project: Project) {
|
internal fun PublishingExtension.configureMavenPublication(project: Project) {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
|
||||||
name = "apsMaven"
|
|
||||||
url = project.uri("https://maven.msfjarvis.dev/android-password-store/${project.getKey("POM_ARTIFACT_ID")}")
|
|
||||||
credentials {
|
|
||||||
username = project.getCredential("user")
|
|
||||||
password = project.getCredential("password")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
val artifactId = project.getKey("POM_ARTIFACT_ID")
|
val artifactId = project.getKey("POM_ARTIFACT_ID")
|
||||||
name = "bintray"
|
name = "bintray"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user