org.quanqi.pgyer.gradle.plugins.PgyerExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pgyer Show documentation
Show all versions of pgyer Show documentation
A plugin used for upload Pugongying apk.
package org.quanqi.pgyer.gradle.plugins
import org.gradle.api.NamedDomainObjectContainer
public class PgyerExtension {
final private NamedDomainObjectContainer deploygateApks
String _api_key
String uKey
public PgyerExtension(NamedDomainObjectContainer apks) {
deploygateApks = apks
}
public apks(Closure closure) {
deploygateApks.configure(closure)
}
}