All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.skhatri.appthwack.plugin.AppthwackTask.groovy Maven / Gradle / Ivy

Go to download

Perform various Appthwack Client operations from gradle as part of CI using this plugin

There is a newer version: 1.0.2
Show newest version
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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy