| Type | Name and description |
|---|---|
org.gradle.api.provider.SetProperty<org.gradle.api.Task> |
artifacts |
org.gradle.api.provider.Property<java.lang.String> |
bintrayOrganisation |
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 |
resetLicenses(java.lang.String license)Resets all previously set licenses and adds the given - can be used to override the default license. |
|
void |
resetLicenses(java.lang.String license, java.lang.String distribution)Resets all previously set licenses and adds the given - can be used to override the default license. |
|
void |
resetLicenses(StandardLicenses standardLicense)Resets all previously set licenses and adds the given - can be used to override the default license. |
|
void |
resetLicenses(StandardLicenses standardLicense, java.lang.String distribution)Resets all previously set licenses and adds the given - can be used to override the default license. |
|
void |
resetLicenses(org.gradle.api.Action<License> license)Resets all previously set licenses and adds the given - can be used to override the default license. |
| 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 - can be used to override the default license. Use license(java.lang.String) to specify additional licenses.
Resets all previously set licenses and adds the given - can be used to override the default license. Use license(java.lang.String, java.lang.String) to specify additional licenses.
Resets all previously set licenses and adds the given - can be used to override the default license. Use license(StandardLicenses) to specify additional licenses.
Resets all previously set licenses and adds the given - can be used to override the default license. Use license(StandardLicenses, java.lang.String) to specify additional licenses.
Resets all previously set licenses and adds the given - can be used to override the default license. Use license(org.gradle.api.Action) to specify additional licenses.
Groovy Documentation