Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for extractUpgradedProperties (0.15 seconds)

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

        @TaskAction
        public void execute() {
            extractUpgradedProperties(getCurrentDistributionJars(), getCurrentUpgradedProperties());
            extractUpgradedProperties(getBaselineDistributionJars(), getBaselineUpgradedProperties());
        }
    
        private void extractUpgradedProperties(FileCollection from, RegularFileProperty to) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue May 27 09:07:14 GMT 2025
    - 3.4K bytes
    - Click Count (0)
Back to Top