mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
refactor(common): remove Aurora SVG transcoder plugin for now
The snapshot repository that needs to be added for this has been a constant thorn in the side with CC invalidation and Renovate trying to resolve _every_ dependency from the snapshots repo
This commit is contained in:
parent
fb62ec71ff
commit
4db02f4f93
13 changed files with 1987 additions and 30 deletions
|
@ -35,14 +35,6 @@ pluginManagement {
|
|||
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("org.pushing-pixels.aurora.tools.svgtranscoder.gradle")
|
||||
/*includeGroup("app.cash.paparazzi")*/
|
||||
}
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
mavenCentral()
|
||||
}
|
||||
|
@ -85,14 +77,6 @@ dependencyResolutionManagement {
|
|||
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
/*includeModule("app.cash.paparazzi", "paparazzi")*/
|
||||
/*includeModule("app.cash.paparazzi", "paparazzi-agent")*/
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue