com.github.skhatri.appthwack.plugin.AppthwackTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-appthwack Show documentation
Show all versions of gradle-appthwack Show documentation
Perform various Appthwack Client operations from gradle as part of CI using this plugin
package com.github.skhatri.appthwack.plugin
import org.apache.commons.codec.binary.Base64
import org.apache.http.client.methods.HttpGet
import org.apache.http.client.methods.HttpUriRequest
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.Input
import java.nio.charset.Charset
class AppthwackTask extends DefaultTask {
@Input
String apiKey
}