- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getJsonFileDirectory (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/CleanAcceptedApiChanges.groovy
@DisableCachingByDefault(because = "Not worth caching") abstract class CleanAcceptedApiChanges extends DefaultTask { @PathSensitive(PathSensitivity.ABSOLUTE) @InputDirectory abstract DirectoryProperty getJsonFileDirectory() @TaskAction void clean() { def jsonFileManager = new AcceptedApiChangesJsonFileManager() jsonFileDirectory.asFile.get().listFiles() ?.findAll { it.name.endsWith(".json") }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 05 08:27:29 GMT 2024 - 1.6K bytes - Click Count (0)