Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCurrentUpgradedProperties (0.64 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());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 22:15:41 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top