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

Support "*" entries in the Artifact Manifest for includeBuild dependency substitution #53

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

shartte
Copy link
Collaborator

@shartte shartte commented Jan 2, 2025

This is needed to make NFRT use Gradle supplied dependencies even if the version numbers mismatch (i.e. in includeBuild scenarios).

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jan 2, 2025

  • Publish PR to GitHub Packages

Last commit published: a2b4f0ed74028ad9e044bdfa92aeb46f980c0997.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #53' // https://github.com/neoforged/NeoFormRuntime/pull/53
        url 'https://prmaven.neoforged.net/NeoFormRuntime/pr53'
        content {
            includeModule('net.neoforged', 'neoform-runtime')
        }
    }
}

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Jan 2, 2025
@shartte shartte merged commit 42dbe83 into main Jan 2, 2025
2 checks passed
@shartte shartte deleted the dep-rep branch January 2, 2025 13:12
@neoforged-releases
Copy link

🚀 This PR has been released as NeoFormRuntime version 1.0.17.

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

Successfully merging this pull request may close these issues.

2 participants