build: remove APS maven repository
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
99e83ed0d8
commit
853ec27a0b
1 changed files with 0 additions and 8 deletions
|
@ -27,14 +27,6 @@ internal fun TestedExtension.registerSourcesJarTask(project: Project) {
|
|||
*/
|
||||
internal fun PublishingExtension.configureMavenPublication(project: Project) {
|
||||
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 {
|
||||
val artifactId = project.getKey("POM_ARTIFACT_ID")
|
||||
name = "bintray"
|
||||
|
|
Loading…
Reference in a new issue