Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        @OutputFile
        public abstract RegularFileProperty getCurrentUpgradedProperties();
    
        @OutputFile
        public abstract RegularFileProperty getBaselineUpgradedProperties();
    
        @TaskAction
        public void execute() {
            extractUpgradedProperties(getCurrentDistributionJars(), getCurrentUpgradedProperties());
            extractUpgradedProperties(getBaselineDistributionJars(), getBaselineUpgradedProperties());
        }
    
    Java
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Nov 22 22:15:41 GMT 2023
    - 3.4K bytes
    - Viewed (0)
Back to top