We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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") } }
The text was updated successfully, but these errors were encountered:
This is technically related to #134
Sorry, something went wrong.
Nice idea!
Add RepositoryContentDescriptor to IvyRepository #136
824be4f
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: