Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created July 18, 2015 06:59
Show Gist options
  • Save kdabir/6265752fabbae539f504 to your computer and use it in GitHub Desktop.
Save kdabir/6265752fabbae539f504 to your computer and use it in GitHub Desktop.
using directree
@Grab('io.github.kdabir.directree:directree:0.3.0')
import static directree.DirTree.build
def d = build("test"){
dir "mydir", {
}
}
assert d.mydir.file == new File("test/mydir")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment