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())
}
Content copied to clipboard
The subdirectory of Gradle.dir in which this project is located.
test("Print the project structure") {
println(gradle.dir())
println(gradle.project("foo").dir())
}