Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybeThrowResolutionFailures (0.19 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/ResolutionBackedFileCollection.java

            getSelectedArtifacts().visitFiles(collectingVisitor, lenient);
            maybeThrowResolutionFailures(collectingVisitor);
        }
    
        /**
         * If the file collection is not lenient, rethrow any failures that occurred during the visit.
         *
         * @throws ArtifactVariantSelectionException subtypes
         */
        private void maybeThrowResolutionFailures(ResolvedFileCollectionVisitor collectingVisitor) {
            if (!lenient) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:48:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top