| Type | Name and description |
|---|---|
org.gradle.api.provider.ListProperty<org.gradle.api.Task> |
artifacts |
org.gradle.api.provider.Property<java.lang.String> |
bintrayPkg |
org.gradle.api.provider.Property<java.lang.String> |
bintrayRepo |
org.gradle.api.provider.Property<org.gradle.api.component.SoftwareComponent> |
component |
org.gradle.api.provider.ListProperty<org.apache.maven.model.Developer> |
developers |
org.gradle.api.provider.Property<java.lang.String> |
envNameBintrayApiKey |
org.gradle.api.provider.Property<java.lang.String> |
envNameBintrayGpgPassphrase |
org.gradle.api.provider.Property<java.lang.String> |
envNameBintrayUser |
org.gradle.api.provider.Property<java.lang.String> |
githubUser |
org.gradle.api.provider.ListProperty<License> |
licenses |
org.gradle.api.provider.Property<java.lang.String> |
manifestVendor |
org.gradle.api.provider.Property<java.lang.String> |
propNameBintrayApiKey |
org.gradle.api.provider.Property<java.lang.String> |
propNameBintrayGpgPassphrase |
org.gradle.api.provider.Property<java.lang.String> |
propNameBintrayUser |
org.gradle.api.provider.Property<java.lang.Boolean> |
signWithGpg |
| Constructor and description |
|---|
PublishPluginExtension
(org.gradle.api.Project project) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
bintray(org.gradle.api.Action<com.jfrog.bintray.gradle.BintrayExtension> bintray) |
|
void |
developer(org.gradle.api.Action<org.apache.maven.model.Developer> developer) |
|
void |
license(java.lang.String additionalLicense) |
|
void |
license(java.lang.String additionalLicense, java.lang.String distribution) |
|
void |
license(StandardLicenses standardLicense) |
|
void |
license(StandardLicenses standardLicense, java.lang.String distribution) |
|
void |
license(org.gradle.api.Action<License> license) |
|
void |
overrideDefaultLicense(java.lang.String license)Resets all previously set licenses and adds the given, should only be used to override the default. |
|
void |
overrideDefaultLicense(java.lang.String license, java.lang.String distribution)Resets all previously set licenses and add the given, should only be used to override the default. |
|
void |
overrideDefaultLicense(StandardLicenses standardLicense)Resets all previously set licenses and add the given, should only be used to override the default. |
|
void |
overrideDefaultLicense(StandardLicenses standardLicense, java.lang.String distribution)Resets all previously set licenses and add the given, should only be used to override the default. |
|
void |
overrideDefaultLicense(org.gradle.api.Action<License> license)Resets all previously set licenses and add the given, should only be used to override the default. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Resets all previously set licenses and adds the given, should only be used to override the default. Use license(java.lang.String) to specify additional licenses
Resets all previously set licenses and add the given, should only be used to override the default. Use license(java.lang.String, java.lang.String) to specify additional licenses
Resets all previously set licenses and add the given, should only be used to override the default. Use license(StandardLicenses) to specify additional licenses
Resets all previously set licenses and add the given, should only be used to override the default. Use license(StandardLicenses, java.lang.String) to specify additional licenses
Resets all previously set licenses and add the given, should only be used to override the default. Use license(org.gradle.api.Action) to specify additional licenses
Groovy Documentation