Groovy Documentation

org.linkedin.gradle.tasks
[Groovy] Class Tar

java.lang.Object
  org.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.

Authors:
ypujante@linkedin.com


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

archiveDestinationPath

java.io.File archiveDestinationPath


archiveSourcePath

java.io.File archiveSourcePath


compression

Compression compression


includeRoot

boolean includeRoot


 
Method Detail

getArtifactFile

java.io.File getArtifactFile()


tar

@TaskAction
protected void tar()


 

Groovy Documentation