Support for source enum extension - #62
Open
lukebemish wants to merge 9 commits into
Open
NeoForged - PR Publishing / PR Publishing
succeeded
Apr 6, 2026 in 20s
PR Publishing - 3 artifacts
PR published 3 artifacts
net.neoforged.jst:jst-api:2.0.17-pr-62-enum-extension
net.neoforged.jst:jst-cli:2.0.17-pr-62-enum-extension
net.neoforged.jst:jst-cli-bundle:2.0.17-pr-62-enum-extension
Details
The artifacts published by this PR:
- 📦
net.neoforged.jst:jst-api:2.0.17-pr-62-enum-extension - 📦
net.neoforged.jst:jst-cli:2.0.17-pr-62-enum-extension - 📦
net.neoforged.jst:jst-cli-bundle:2.0.17-pr-62-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 #62" // https://github.com/neoforged/JavaSourceTransformer/pull/62
url = uri("https://prmaven.neoforged.net/JavaSourceTransformer/pr62")
content {
includeModule("net.neoforged.jst", "jst-api")
includeModule("net.neoforged.jst", "jst-cli")
includeModule("net.neoforged.jst", "jst-cli-bundle")
}
}
}
Loading