Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

                it.renderer.set(EnrichedReportRenderer.class)
            } as Action
        )
    
    
    }
    tasks.named("check").configure { dependsOn(checkBinaryCompatibility) }
    
    tasks.register("cleanAcceptedApiChanges", CleanAcceptedApiChanges) {
        description = 'Cleans up all existing accepted API changes.'
        jsonFileDirectory = apiChangesJsonDirectory
    }
    
    static List<String> toPatterns(List<String> packages) {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Dec 30 10:14:25 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top