Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearImplProjectDependencies (0.16 sec)

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

            source api: ["class A {}"], impl: ["class SomeImpl {}"]
            impl.snapshot { run language.compileTaskName }
    
            when:
            clearImplProjectDependencies()
    
            run "impl:${language.compileTaskName}"
    
            then:
            impl.noneRecompiled()
        }
    
        def "deletion of jar with dependents causes compilation failure"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top