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

Conversation

shartte
Copy link
Collaborator

@shartte shartte commented Dec 9, 2024

This works exactly opposite to what was intended.
Internal tools like JST/DiffPatch should run with NFRTs JRE, even if we're running MCP for Java 1.8, while the tools from that MCP config should run with Java 1.8. The toggle currently does the exact opposite of that.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Dec 9, 2024

  • Publish PR to GitHub Packages

Last commit published: 9d2e70607fa1d105ad87188f6cd4a398009f35b7.

PR Publishing

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

@Technici4n Technici4n merged commit b60cbd6 into main Dec 9, 2024
3 checks passed
@Technici4n Technici4n deleted the use-nfrt-jdk-for-jst branch December 9, 2024 12:14
@neoforged-releases
Copy link

🚀 This PR has been released as NeoFormRuntime version 1.0.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants