Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getGradleApiInfoJarPrefix (0.37 sec)

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

        private static final String UPGRADED_PROPERTIES_FILE = "upgraded-properties.json";
    
        public ExtractGradleApiInfoTask() {
            getGradleApiInfoJarPrefix().convention(GRADLE_API_INFO_JAR);
        }
    
        @Input
        public abstract Property<String> getGradleApiInfoJarPrefix();
    
        @CompileClasspath
        public abstract ConfigurableFileCollection getCurrentDistributionJars();
    
        @CompileClasspath
    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