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

com.github.skhatri.appthwack.plugin.ClientExtension.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


class ClientExtension {
    String apiKey = ''
    NewProjectExtension newProject = new NewProjectExtension()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy