Skip to content

Commit

Permalink
Restrict 'mavenLocal' to our packages
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 14, 2024
1 parent dfc3d89 commit 7d2518f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
mavenLocal {
content {
includeGroup("im.molly")
includeGroup("org.signal")
}
}
maven {
url = uri("https://raw.githubusercontent.com/mollyim/maven/master/argon2/releases/")
content {
Expand Down

0 comments on commit 7d2518f

Please sign in to comment.