refactor: drop screenshot tests

This breaks the Anvil Gradle Plugin

See: https://github.com/ZacSweers/anvil/issues/89
This commit is contained in:
Harsh Shandilya 2025-03-28 15:15:53 +05:30
parent 82d8303bfe
commit 5599d6d70d
10 changed files with 0 additions and 78 deletions

View file

@ -21,7 +21,6 @@ class DependencyUpdatesPlugin : Plugin<Project> {
override fun apply(project: Project) {
project.pluginManager.apply(VersionCatalogUpdatePlugin::class)
project.extensions.configure<VersionCatalogUpdateExtension> {
keep.keepUnusedLibraries.set(true)
versionSelector {
val currentVersion = Version.tryParse(it.currentVersion).getOrNull()
val newVersion = Version.tryParse(it.candidate.version).getOrNull()