Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIvyPublisher (2.25 sec)

  1. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/tasks/PublishToIvyRepository.java

            return new PublishSpec(
                RepositorySpec.of(repository),
                normalizedPublication
            );
        }
    
        @Inject
        protected IvyPublisher getIvyPublisher() {
            throw new UnsupportedOperationException();
        }
    
        private void doPublish(final IvyNormalizedPublication normalizedPublication, final IvyArtifactRepository repository) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top