Slackbot
07/21/2022, 9:44 PMgrossws
07/21/2022, 10:10 PMtasks.named("someTask") {
inputs.dir(layout.projectDirectory.dir("src/main/my-files")) // could also be file(Any)/files(Any)
.withPathSensitivity(PathSensitivity.RELATIVE)
.ignoreEmptyDirectories()
.skipWhenEmpty()
}
John Bellini
07/21/2022, 10:19 PM