mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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
|
@ -13,7 +13,7 @@ richtext = "0.17.0"
|
||||||
sentry-sdk = "6.26.0"
|
sentry-sdk = "6.26.0"
|
||||||
serialization = "1.5.1"
|
serialization = "1.5.1"
|
||||||
sqldelight = "2.0.0-rc02"
|
sqldelight = "2.0.0-rc02"
|
||||||
whetstone = "0.7.0-SNAPSHOT"
|
whetstone = "0.6.0"
|
||||||
workmanager = "2.9.0-alpha01"
|
workmanager = "2.9.0-alpha01"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
|
@ -50,14 +50,6 @@ pluginManagement {
|
||||||
includeModule("com.jraska.module.graph.assertion", "plugin")
|
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 {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven("https://storage.googleapis.com/r8-releases/raw/main") { name = "R8 mainline" }
|
maven("https://storage.googleapis.com/r8-releases/raw/main") { name = "R8 mainline" }
|
||||||
|
@ -139,14 +131,6 @@ dependencyResolutionManagement {
|
||||||
includeModule("com.google.android.material", "material")
|
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 {
|
exclusiveContent {
|
||||||
forRepository { maven("https://jitpack.io") { name = "JitPack" } }
|
forRepository { maven("https://jitpack.io") { name = "JitPack" } }
|
||||||
filter { includeGroup("com.github.requery") }
|
filter { includeGroup("com.github.requery") }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue