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

Allow local NeoForm files to be used #49

Merged
merged 4 commits into from
Dec 14, 2024

Extra CLI arg

608faa4
Select commit
Loading
Failed to load commit list.
Merged

Allow local NeoForm files to be used #49

Extra CLI arg
608faa4
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Dec 14, 2024 in 9s

PR Publishing - 1 artifact

PR published 1 artifact
net.neoforged:neoform-runtime:1.0.18-pr-49-local-neoform-files

Details

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 #49' // https://github.com/neoforged/NeoFormRuntime/pull/49
        url 'https://prmaven.neoforged.net/NeoFormRuntime/pr49'
        content {
            includeModule('net.neoforged', 'neoform-runtime')
        }
    }
}