walkman.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
Walkman Gradle plugin for pushing and pulling tape files to/from Device
The newest version!
package walkman
import org.gradle.api.Task
interface TapeTask : Task {
fun setDeviceBridge(deviceBridge: DeviceBridge)
fun setPackageName(packageName: String)
}