- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for metadataSources (0.23 seconds)
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/repositories-extensions.kt
setUrl("https://ajax.googleapis.com/ajax/libs") patternLayout { artifact("[organization]/[revision]/[module].[ext]") ivy("[organization]/[revision]/[module].xml") } metadataSources { artifact() } content { includeGroup("jquery") includeGroup("flot") } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 16:47:41 GMT 2026 - 1.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
name = 'Gradle distributions' url = 'https://services.gradle.org' patternLayout { artifact "/${distUrl}/[module]-[revision]-bin(.[ext])" } metadataSources { artifact() } content { includeModule('gradle', 'gradle') } } } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/JdkDownloadPlugin.java
if (repositories.findByName(repoName) == null) { repositories.ivy(repo -> { repo.setName(repoName); repo.setUrl(repoUrl); repo.metadataSources(IvyArtifactRepository.MetadataSources::artifact); repo.patternLayout(layout -> layout.artifact(artifactPattern)); repo.content(repositoryContentDescriptor -> repositoryContentDescriptor.includeGroup(groupName(jdk)));
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 7.6K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataSource.java
/** * Provides some metadata operations, like querying the remote repository for a list of versions available for an * artifact. * */ @Deprecated public interface MetadataSource { String ROLE = MetadataSource.class.getName(); MetadataResolution retrieve( ArtifactMetadata artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories)Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0)