Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Balter (0.17 sec)

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

        }
    
        private void extractUpgradedProperties(FileCollection from, RegularFileProperty to) {
            String gradleApiInfoJarPrefix = getGradleApiInfoJarPrefix().get();
            File gradleRuntimeApiInfoJar = from.filter(file -> file.getName().startsWith(gradleApiInfoJarPrefix)).getSingleFile();
            URI uri = URI.create("jar:" + gradleRuntimeApiInfoJar.getAbsoluteFile().toURI());
    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