fix(build): use Whetstone from Maven Central

This commit is contained in:
Harsh Shandilya 2023-07-25 11:40:02 +05:30
parent 1defffa504
commit 3ad4ff1c63
No known key found for this signature in database
2 changed files with 1 additions and 17 deletions

View file

@ -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") }