Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for expandedRootPath (0.06 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPluginFuncTest.groovy

            tasks.register("resolveExpandedDistribution") {
                inputs.files(configurations.expandedDist)
                doLast {
                    configurations.expandedDist.files.each {
                        println "expandedRootPath " + (it.absolutePath - project.rootDir.absolutePath)
                        it.eachFile { nested ->
                            println "nested folder " + (nested.absolutePath - project.rootDir.absolutePath)
                        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 7.9K bytes
    - Click Count (0)
Back to Top