Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RepositoryContentDescriptor to IvyRepository #136

Closed
deepy opened this issue Jan 20, 2021 · 2 comments
Closed

Add RepositoryContentDescriptor to IvyRepository #136

deepy opened this issue Jan 20, 2021 · 2 comments
Milestone

Comments

@deepy
Copy link
Member

deepy commented Jan 20, 2021

https://github.com/gradle/gradle/blob/jjohannes/idiomatic/gradlebuild/split/build-logic/build-logic-base/settings-plugin/src/main/kotlin/gradlebuild.repositories.settings.gradle.kts#L99-L101

        ivy {
            name = "NodeJS"
            url = uri("https://nodejs.org/dist")
            patternLayout {
                artifact("v[revision]/[artifact](-v[revision]-[classifier]).[ext]")
                ivy("v[revision]/ivy.xml")
            }
            metadataSources {
                artifact()
            }

            content {
                includeModule("org.nodejs", "node")
            }
        }
@deepy deepy added this to the 3.0 milestone Jan 20, 2021
@deepy
Copy link
Member Author

deepy commented Jan 20, 2021

This is technically related to #134

@bsautel
Copy link
Contributor

bsautel commented Jan 20, 2021

Nice idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants