Support for enum extensions in jar generation - #44
Open
lukebemish wants to merge 3 commits into
Open
NeoForged - PR Publishing / PR Publishing
succeeded
Apr 11, 2026 in 1m 5s
PR Publishing - 7 artifacts
PR published 7 artifacts
net.neoforged.installertools:binarypatch-applier:4.0.20-pr-44-enum-extension
net.neoforged.installertools:binarypatcher:4.0.20-pr-44-enum-extension
net.neoforged.installertools:cli-utils:4.0.20-pr-44-enum-extension
net.neoforged.installertools:installertools:4.0.20-pr-44-enum-extension
net.neoforged.installertools:jarsplitter:4.0.20-pr-44-enum-extension
net.neoforged.installertools:problems-api:4.0.20-pr-44-enum-extension
net.neoforged.installertools:zipinject:4.0.20-pr-44-enum-extension
Details
The artifacts published by this PR:
- 📦
net.neoforged.installertools:binarypatch-applier:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:binarypatcher:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:cli-utils:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:installertools:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:jarsplitter:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:problems-api:4.0.20-pr-44-enum-extension - 📦
net.neoforged.installertools:zipinject:4.0.20-pr-44-enum-extension
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 #44" // https://github.com/neoforged/InstallerTools/pull/44
url = uri("https://prmaven.neoforged.net/InstallerTools/pr44")
content {
includeModule("net.neoforged.installertools", "binarypatch-applier")
includeModule("net.neoforged.installertools", "binarypatcher")
includeModule("net.neoforged.installertools", "cli-utils")
includeModule("net.neoforged.installertools", "installertools")
includeModule("net.neoforged.installertools", "jarsplitter")
includeModule("net.neoforged.installertools", "problems-api")
includeModule("net.neoforged.installertools", "zipinject")
}
}
}
Loading