Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyMixFileSet (0.1 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/GroovyJavaJointIncrementalCompilationIntegrationTest.groovy

            given:
            applyMixFileSet(initialSet)
            outputs.snapshot { run "compileGroovy" }
    
            when: 'first build'
            applyMixFileSet(firstChange)
            runAndFail "compileGroovy", "--info"
    
            then:
            outputs.noneRecompiled()
    
            when: 'second build'
            outputs.snapshot { applyMixFileSet(secondChange)  }
            run "compileGroovy", "--info"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top