Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

            return outputDir;
        }
    
        @Input
        public Set<String> getResources() {
            return Collections.unmodifiableSet(resources);
        }
    
        @Classpath
        public String getResourcesClasspath() {
            // This will make sure the task is not considered up to date if the resources are changed.
            logger.info("Classpath: {}", System.getProperty("java.class.path"));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.5K bytes
    - Click Count (0)
Back to Top