Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 853ec27

Browse files
committed
build: remove APS maven repository
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 99e83ed commit 853ec27

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

buildSrc/src/main/java/BintrayPublishing.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ internal fun TestedExtension.registerSourcesJarTask(project: Project) {
2727
*/
2828
internal fun PublishingExtension.configureMavenPublication(project: Project) {
2929
repositories {
30-
maven {
31-
name = "apsMaven"
32-
url = project.uri("https://maven.msfjarvis.dev/android-password-store/${project.getKey("POM_ARTIFACT_ID")}")
33-
credentials {
34-
username = project.getCredential("user")
35-
password = project.getCredential("password")
36-
}
37-
}
3830
maven {
3931
val artifactId = project.getKey("POM_ARTIFACT_ID")
4032
name = "bintray"

0 commit comments

Comments
 (0)