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

Fix the logic of running internal tools using the host JRE being inverted #48

Merged
merged 1 commit into from
Dec 9, 2024

Fix the logic of running internal tools using the host JRE being inve…

9d2e706
Select commit
Loading
Failed to load commit list.
Merged

Fix the logic of running internal tools using the host JRE being inverted #48

Fix the logic of running internal tools using the host JRE being inve…
9d2e706
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Dec 9, 2024 in 12s

PR Publishing - 1 artifact

PR published 1 artifact
net.neoforged:neoform-runtime:1.0.14-pr-48-use-nfrt-jdk-for-jst

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 #48' // https://github.com/neoforged/NeoFormRuntime/pull/48
        url 'https://prmaven.neoforged.net/NeoFormRuntime/pr48'
        content {
            includeModule('net.neoforged', 'neoform-runtime')
        }
    }
}