Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cdef (0.2 sec)

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

            japicmpTask.tap {
                addExcludeFilter(AnonymousClassesFilter)
                addExcludeFilter(KotlinInternalFilter)
    
                def acceptedChangesMap = acceptedViolations.toAcceptedChangesMap()
    
                def apiChangesJsonFilePath = apiChangesJsonFile.path
                def projectRootDirPath = projectRootDir.asFile.path
    
                richReport.get().tap {
                    addRule(IncubatingInternalInterfaceAddedRule, [
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Sep 25 13:49:37 GMT 2023
    - 6.3K bytes
    - Viewed (0)
Back to top