com.github.skhatri.appthwack.plugin.ClientExtension.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
class ClientExtension {
String apiKey = ''
NewProjectExtension newProject = new NewProjectExtension()
}