- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasDescendantDir (0.19 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/SubprojectsInfo.kt
rootPath.relativize(subprojectDir.toPath()).invariantSeparatorsPathString, subprojectDir.hasDescendantDir("src/test"), subprojectDir.hasDescendantDir("src/integTest"), subprojectDir.hasDescendantDir("src/crossVersionTest") ) } private fun File.hasDescendantDir(descendant: String) = resolve(descendant).isDirectory
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Thu Apr 04 07:21:38 UTC 2024 - 2.9K bytes - Viewed (0)