Hi, I am trying to tar a directory with the Tar task, and from all the
examples and docs i've found, the format seems to be correct:

task artemisStatic(type: Tar) {
    tarFileSet(dir: "$webAppDirName/resources") {
        include('dyamic/**')
        include('static/**')
    }
    compression = Compression.GZIP
}


ERROR: Cause: Could not find method tarFileSet() for arguments
[{dir=src/main/webapp/resources},

Reply via email to