Tests no longer error out when a device doesn’t have a directory specified by --directories-to-pull. This avoids
marking tests as errors if only some shards produce the files to be pulled.
gradle-plugin 0.12.0
Gradle plugin no longer adds the maven.emulator.wtf repository if repositoryManagement is used from the
settings.gradle or settings.gradle.kts file.
Added a project property (wtf.emulator.addrepository=false) to bypass adding the repository completely, even if the
plugin would add the repository manually. When using this you should either add the https://maven.emulator.wtf/releases/
repository manually or provide the ew-cli binary in some other way.