@CompileStatic class Publishing extends AbstractFeature
Modifiers | Name | Description |
---|---|---|
static class |
Publishing.Signing |
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
boolean |
flattenPlatforms |
DefaultPomOptions |
pom |
List<String> |
publications |
String |
releasesRepository |
List<String> |
scopes |
Publishing.Signing |
signing |
String |
snapshotsRepository |
boolean |
useVersionExpressions |
Constructor and description |
---|
Publishing
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isFlattenPlatformsSet() |
|
boolean |
isUseVersionExpressionsSet() |
|
static void |
merge(Publishing o1, Publishing o2) |
|
void |
pom(Action<? super PomOptions> action) |
|
void |
pom(Closure<Void> action) |
|
void |
postMerge() |
|
void |
setFlattenPlatforms(boolean value) |
|
void |
setUseVersionExpressions(boolean value) |
|
void |
signing(Action<? super Signing> action) |
|
void |
signing(Closure<Void> action) |
|
Map<String, Map<String, Object>> |
toMap() |
Methods inherited from class | Name |
---|---|
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation