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 dependency overrides #214

Merged
merged 8 commits into from
Nov 25, 2024

Update config code

079682b
Select commit
Loading
Failed to load commit list.
Merged

Add dependency overrides #214

Update config code
079682b
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Nov 25, 2024 in 29s

PR Publishing - 4 artifacts

PR published 4 artifacts
net.neoforged.fancymodloader:tests:5.0.14-pr-214-dep-overrides
net.neoforged.fancymodloader:loader:5.0.14-pr-214-dep-overrides
net.neoforged.fancymodloader:junit-fml:5.0.14-pr-214-dep-overrides
net.neoforged.fancymodloader:earlydisplay:5.0.14-pr-214-dep-overrides

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 #214' // https://github.com/neoforged/FancyModLoader/pull/214
        url 'https://prmaven.neoforged.net/FancyModLoader/pr214'
        content {
            includeModule('net.neoforged.fancymodloader', 'tests')
            includeModule('net.neoforged.fancymodloader', 'loader')
            includeModule('net.neoforged.fancymodloader', 'junit-fml')
            includeModule('net.neoforged.fancymodloader', 'earlydisplay')
        }
    }
}