Skip to content

Commit

Permalink
Remove runners now that they're not relevant (#275)
Browse files Browse the repository at this point in the history
* Remove runners now that they're not relevant

* Add specific preview filter to Gradle plugin for easier snapshot debugging
  • Loading branch information
rbro112 authored Oct 18, 2024
1 parent 0f3d181 commit 955b5a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ abstract class LocalSnapshots : DefaultTask() {
it.add(key)
it.add(value)
}
it.add("-e")
it.add("runnerBuilder")
it.add("com.emergetools.snapshots.runner.SnapshotsRunnerBuilder")
if (composeSnapshotsJson.exists()) {
push(
localFile = composeSnapshotsJson.absolutePath,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import org.jf.dexlib2.iface.value.LongEncodedValue
import org.jf.dexlib2.iface.value.StringEncodedValue
import org.slf4j.Logger
import java.io.File
import kotlin.math.log

object PreviewUtils {

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 955b5a3

Please sign in to comment.