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 a new merge mappings command that works with partial parameter mappings. #13

Merged
merged 3 commits into from
Dec 11, 2024

Make it MergeMappings

14f4525
Select commit
Loading
Failed to load commit list.
Merged

Add a new merge mappings command that works with partial parameter mappings. #13

Make it MergeMappings
14f4525
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Dec 11, 2024 in 33s

PR Publishing - 5 artifacts

PR published 5 artifacts
net.neoforged.installertools:cli-utils:3.0.5-pr-13-add-merge-mappings
net.neoforged.installertools:jarsplitter:3.0.5-pr-13-add-merge-mappings
net.neoforged.installertools:installertools:3.0.5-pr-13-add-merge-mappings
net.neoforged.installertools:zipinject:3.0.5-pr-13-add-merge-mappings
net.neoforged.installertools:binarypatcher:3.0.5-pr-13-add-merge-mappings

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 #13' // https://github.com/neoforged/InstallerTools/pull/13
        url 'https://prmaven.neoforged.net/InstallerTools/pr13'
        content {
            includeModule('net.neoforged.installertools', 'cli-utils')
            includeModule('net.neoforged.installertools', 'jarsplitter')
            includeModule('net.neoforged.installertools', 'installertools')
            includeModule('net.neoforged.installertools', 'zipinject')
            includeModule('net.neoforged.installertools', 'binarypatcher')
        }
    }
}