remove Github packages, configure jitpack

This commit is contained in:
Dominik Schürmann
2021-03-17 11:27:30 +01:00
parent d241768942
commit 0a807e525c
3 changed files with 2 additions and 13 deletions

View File

@@ -49,16 +49,5 @@ afterEvaluate {
}
}
}
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/open-keychain/open-keychain"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
}