
okreplay.TapeTask.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
OkReplay Gradle plugin for pushing and pulling tape files to/from device
The newest version!
package okreplay
import org.gradle.api.Task
import org.gradle.api.provider.Property
import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Internal
import java.io.File
interface TapeTask : Task {
@get:Input val packageName: Property
@get:Internal val adbPath: Property
@get:Internal val adbTimeout: Property
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy