Skip to content

Support for source enum extension - #62

Open
lukebemish wants to merge 9 commits into
neoforged:mainfrom
lukebemish:enum-extension
Open

Support for source enum extension#62
lukebemish wants to merge 9 commits into
neoforged:mainfrom
lukebemish:enum-extension

Fix streaming fields to go front->back

f6b8817
Select commit
Loading
Failed to load commit list.
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:

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")
        }
    }
}