Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isTestSuite (0.26 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/NativeDependentBinariesResolutionStrategy.java

                }
            }
    
            return state;
        }
    
        @Override
        protected boolean isTestSuite(BinarySpecInternal target) {
            return testSupport != null && testSupport.isTestSuite(target);
        }
    
        private List<NativeBinarySpecInternal> allBinariesOf(ModelMap<VariantComponentSpec> components) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 11.4K bytes
    - Viewed (0)
Back to top