| Package | Description |
|---|---|
| org.gradle.api.internal.artifacts.publish | |
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
AbstractArchiveTask |
ArchivePublishArtifact.getArchiveTask() |
| Constructor and Description |
|---|
ArchivePublishArtifact(AbstractArchiveTask archiveTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
Tar
Assembles a TAR archive.
|
class |
Zip
Assembles a ZIP archive.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractArchiveTask |
AbstractArchiveTask.into(Object destPath)
Specifies the destination directory *inside* the archive for the files.
|
AbstractArchiveTask |
AbstractArchiveTask.into(Object destPath,
Closure configureClosure)
Creates and configures a child
CopySpec with a destination directory *inside* the archive for the files. |
Copyright © 2013. All rights reserved