Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for make_abi_breaking_change_on_b (0.19 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileAvoidanceWithBuildCacheServiceIntegrationTest.groovy

            when:
            withBuildCache().run 'assemble'
    
            then:
            executedAndNotSkipped ':b:jar'
            executedAndNotSkipped ':a:jar'
    
            when:
            make_abi_breaking_change_on_b()
    
            withBuildCache().run 'clean', 'assemble'
    
            then:
            executedAndNotSkipped ':b:jar', ':a:compileJava'
        }
    
        void make_abi_compatible_change_on_b() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top