Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for batching (0.03 sec)

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

        def mainApiChangesJsonFile = apiChangesJsonDirectory.file("accepted-public-api-changes.json")
    
        def acceptedViolationsFiles = apiChangesJsonDirectory.asFileTree.matching {
            include("**/*.json")
        }
    
        def isSnapshot = gradleModule.identity.snapshot
        inputs.files(acceptedViolationsFiles)
        inputs.property("baseline.version", compatibilityBaselineVersion)
    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