Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forHostPath (0.11 sec)

  1. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/containers/GradleInContainer.groovy

            action()
            this
        }
    
        GradleInContainer withBuildDir(File buildDirectory) {
            container.withWorkingDirectory("/test-build")
            container.withCopyFileToContainer(MountableFile.forHostPath(buildDirectory.toPath()), "/test-build")
            this
        }
    
        @PackageScope
        GradleExecResult execute(String... command) {
            if (!started) {
                container.withCommand("tail", "-f", "/dev/null")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top