Add a new merge mappings command that works with partial parameter mappings. #13
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:
- 📦
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
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')
}
}
}
Loading