- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for srcDirs (0.06 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/SplitPackagesAuditTask.java
private FileCollection classpath; private final SetProperty<File> srcDirs; private final SetProperty<String> ignoreClasses; private final RegularFileProperty markerFile; @Inject public SplitPackagesAuditTask(WorkerExecutor workerExecutor, ObjectFactory objectFactory) { this.workerExecutor = workerExecutor; this.srcDirs = objectFactory.setProperty(File.class);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 08 22:04:23 GMT 2021 - 14.2K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
val repositoryRoot = parameters.repositoryRoot.get().asFile.toPath() parameters.srcDirs.forEach { srcDir -> if (srcDir.exists()) { val collector = CompositeVersionsToIncubatingCollector( listOf( JavaVersionsToIncubatingCollector(srcDir, repositoryRoot = repositoryRoot),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 14.1K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
} } } } private fun zip(destZip: File, srcDir: File) { val srcPath = srcDir.toPath() Files.walk(srcPath).use { paths -> zip( destZip, paths.filter { Files.isRegularFile(it, LinkOption.NOFOLLOW_LINKS) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 11 11:05:07 GMT 2026 - 14.3K bytes - Click Count (1) -
okhttp/build.gradle.kts
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
src/cmd/cgo/doc.go
When the cgo directives are parsed, any occurrence of the string ${SRCDIR} will be replaced by the absolute path to the directory containing the source file. This allows pre-compiled static libraries to be included in the package directory and linked properly. For example if package foo is in the directory /go/src/foo: // #cgo LDFLAGS: -L${SRCDIR}/libs -lfoo Will be expanded to: // #cgo LDFLAGS: -L/go/src/foo/libs -lfooCreated: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Dec 08 22:37:14 GMT 2025 - 43.9K bytes - Click Count (0)