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

Add a subproject with a JUnit session listener #54

Merged
merged 21 commits into from
May 26, 2024

Conversation

Matyrobbrt
Copy link
Member

Will allow running JUnits in a bootstrapped Minecraft environment.

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Dec 15, 2023
@marchermans
Copy link
Contributor

Outside of some documentation as to what the components do, this is good from my end.

build.gradle Show resolved Hide resolved
junit/build.gradle Outdated Show resolved Hide resolved
loader/build.gradle Show resolved Hide resolved
shartte
shartte previously approved these changes Jan 20, 2024
Copy link
Member

@Technici4n Technici4n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also want to see the NeoForge PR using this. ;)

loader/build.gradle Show resolved Hide resolved
@shartte
Copy link
Contributor

shartte commented Jan 23, 2024 via email

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented May 18, 2024

  • Publish PR to GitHub Packages

Last commit published: 8a40ebc2d39104fce7bbc0a0b510bfef191af0a4.

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 #54' // https://github.com/neoforged/FancyModLoader/pull/54
        url 'https://prmaven.neoforged.net/FancyModLoader/pr54'
        content {
            includeModule('net.neoforged.fancymodloader', 'earlydisplay')
            includeModule('net.neoforged.fancymodloader', 'junit-fml')
            includeModule('net.neoforged.fancymodloader', 'loader')
        }
    }
}

@marchermans marchermans merged commit e87a46a into neoforged:main May 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants