mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(build): use Whetstone from Maven Central
This commit is contained in:
parent
1defffa504
commit
3ad4ff1c63
2 changed files with 1 additions and 17 deletions
|
@ -50,14 +50,6 @@ pluginManagement {
|
|||
includeModule("com.jraska.module.graph.assertion", "plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||
name = "Sonatype snapshots"
|
||||
}
|
||||
}
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven("https://storage.googleapis.com/r8-releases/raw/main") { name = "R8 mainline" }
|
||||
|
@ -139,14 +131,6 @@ dependencyResolutionManagement {
|
|||
includeModule("com.google.android.material", "material")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||
name = "Sonatype snapshots"
|
||||
}
|
||||
}
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://jitpack.io") { name = "JitPack" } }
|
||||
filter { includeGroup("com.github.requery") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue