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

Split data targets for 1.21.4 and remove deprecations. #217

Merged
merged 2 commits into from
Nov 29, 2024

Fix dist for neoforgeserverdatadev

7ba2672
Select commit
Loading
Failed to load commit list.
Merged

Split data targets for 1.21.4 and remove deprecations. #217

Fix dist for neoforgeserverdatadev
7ba2672
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Nov 24, 2024 in 23s

PR Publishing - 4 artifacts

PR published 4 artifacts
net.neoforged.fancymodloader:junit-fml:5.0.7-pr-217-split-data-targets
net.neoforged.fancymodloader:loader:5.0.7-pr-217-split-data-targets
net.neoforged.fancymodloader:tests:5.0.7-pr-217-split-data-targets
net.neoforged.fancymodloader:earlydisplay:5.0.7-pr-217-split-data-targets

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