Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isEmptyDirectory (0.18 sec)

  1. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/transaction/CompileTransactionTest.groovy

            }
    
            then:
            // We delete empty directories, but we keep the root folder
            compileOutput.exists() && isEmptyDirectory(compileOutput)
            annotationOutput.exists() && isEmptyDirectory(annotationOutput)
            headerOutput.exists() && isEmptyDirectory(headerOutput)
        }
    
        def "if nothing get stashed workResult passed to execution will mark 'did no work'"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top