|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.DefaultTask
org.linkedin.gradle.tasks.ReleasableArtifactTask
org.linkedin.gradle.tasks.Tar
class Tar extends ReleasableArtifactTask
The purpose of this class is to 'fix' the fact that the gradle tar tax does not maintain executable status.
Property Summary | |
---|---|
java.io.File |
archiveDestinationPath
|
java.io.File |
archiveSourcePath
|
Compression |
compression
|
boolean |
includeRoot
|
Method Summary | |
---|---|
java.io.File
|
getArtifactFile()
|
protected void
|
tar()
|
Methods inherited from class ReleasableArtifactTask | |
---|---|
getArtifactFile, setArtifactReleaseInfo |
Property Detail |
---|
java.io.File archiveDestinationPath
java.io.File archiveSourcePath
Compression compression
boolean includeRoot
Method Detail |
---|
java.io.File getArtifactFile()
@TaskAction protected void tar()
Groovy Documentation