dir

The subdirectory of Gradle.dir in which this project is located.

Example

test("Print the project structure") {
println(gradle.dir())
println(gradle.project("foo").dir())
}