Skip to content

Commit

Permalink
chore: remove github packages repository WPB-5028 (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel authored Oct 18, 2023
1 parent 3eeea52 commit 4bcd746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ allprojects {
mavenLocal()
google()
mavenCentral()
maven {
url = uri("https://maven.pkg.github.com/wireapp/core-crypto")
credentials {
username = getLocalProperty("github.package_registry.user", System.getenv("GITHUB_USER"))
password = getLocalProperty("github.package_registry.token", System.getenv("GITHUB_TOKEN"))
}
}
maven { url = java.net.URI("https://jitpack.io") }
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
Expand Down
2 changes: 1 addition & 1 deletion kalium
Submodule kalium updated 110 files

0 comments on commit 4bcd746

Please sign in to comment.