mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
build: publish multiplatform-paging fork to snapshots repository
This commit is contained in:
parent
2abbda7641
commit
62ccbd8f81
2 changed files with 5 additions and 3 deletions
|
@ -13,10 +13,12 @@ dependencyResolutionManagement {
|
|||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots") {
|
||||
content { includeGroup("org.pushing-pixels") }
|
||||
content {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("dev.msfjarvis.paging")
|
||||
}
|
||||
}
|
||||
google()
|
||||
mavenLocal() { content { includeGroup("io.github.kuuuurt") } }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue