mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Revert "java: Publish to GitHub Packages instead of Maven Central"
This reverts commit b2c5685080.
This commit is contained in:
@@ -85,16 +85,6 @@ processResources {
|
||||
// MARK: Publishing
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/signalapp/libsignal")
|
||||
credentials {
|
||||
username = project.findProperty("githubUsername")
|
||||
password = project.findProperty("githubToken")
|
||||
}
|
||||
}
|
||||
}
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
artifactId = archivesBaseName
|
||||
|
||||
Reference in New Issue
Block a user