Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hasCodependentSources (0.34 sec)

  1. platforms/software/platform-base/src/main/java/org/gradle/language/base/internal/model/BinarySourceTransformations.java

     *
     * Currently we use joint-compilation when:
     * - We have a language transform that supports joint-compilation
     * - Binary is flagged with {@link BinarySpecInternal#hasCodependentSources()}.
     */
    public class BinarySourceTransformations {
        private final TaskContainer tasks;
        private final Iterable<LanguageTransform<?, ?>> prioritizedTransforms;
        private final ServiceRegistry serviceRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/BinarySpecInternal.java

        BinaryBuildAbility getBuildAbility();
    
        boolean isLegacyBinary();
    
        BinaryNamingScheme getNamingScheme();
    
        void setNamingScheme(BinaryNamingScheme namingScheme);
    
        boolean hasCodependentSources();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top