Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getJarsToScan (0.11 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ThirdPartyAuditTask.java

        }
    
        @Input
        @Optional
        public Set<String> getMissingClassExcludes() {
            return missingClassExcludes;
        }
    
        @Classpath
        @SkipWhenEmpty
        public Set<File> getJarsToScan() {
            // These are SelfResolvingDependency, and some of them backed by file collections, like the Gradle API files,
            // or dependencies added as `files(...)`, we can't be sure if those are third party or not.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 16.2K bytes
    - Click Count (0)
Back to Top