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 tests #222

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Fix tests #222

merged 1 commit into from
Nov 30, 2024

Conversation

shartte
Copy link
Contributor

@shartte shartte commented Nov 29, 2024

No description provided.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Nov 29, 2024

  • Publish PR to GitHub Packages

Last commit published: c341da3e817bb12a53744f2cec5fa95156985d3a.

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

@neoforged-compatibility-checks

@shartte, this PR introduces breaking changes.
Fortunately, this project is currently accepting breaking changes, but if they are not intentional, please revert them.
Last checked commit: c341da3e817bb12a53744f2cec5fa95156985d3a.

Compatibility checks

loader (:loader)

  • net/neoforged/fml/loading/targets/NeoForgeServerLaunchHandler
    • ❗ Class missing superclass of net/neoforged/fml/loading/targets/CommonServerLaunchHandler
    • getAdditionalMinecraftJarContent(Lnet/neoforged/fml/loading/VersionInfo;)Ljava/util/List;: ❗ API method was removed
  • net/neoforged/fml/loading/targets/NeoForgeDataUserdevLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/NeoForgeClientLaunchHandler
    • ❗ Class missing superclass of net/neoforged/fml/loading/targets/CommonClientLaunchHandler
    • getAdditionalMinecraftJarContent(Lnet/neoforged/fml/loading/VersionInfo;)Ljava/util/List;: ❗ API method was removed
  • net/neoforged/fml/loading/targets/CommonServerLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/JUnitUserDevLaunchTarget
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/NeoForgeClientUserdevLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/NeoForgeClientDevLaunchHandler
    • ❗ Class missing superclass of net/neoforged/fml/loading/targets/CommonDevLaunchHandler
  • net/neoforged/fml/loading/targets/JUnitDevLaunchTarget
    • ❗ Class missing superclass of net/neoforged/fml/loading/targets/CommonDevLaunchHandler
  • net/neoforged/fml/loading/targets/CommonClientLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/NeoForgeServerDevLaunchHandler
    • ❗ Class missing superclass of net/neoforged/fml/loading/targets/CommonDevLaunchHandler
  • net/neoforged/fml/loading/targets/NeoForgeDataDevLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/CommonLaunchHandler
    • isData()Z: ❗ API method was removed
    • dataService([Ljava/lang/String;Ljava/lang/ModuleLayer;)V: ❗ API method was removed
  • net/neoforged/fml/loading/targets/NeoForgeServerUserdevLaunchHandler
    • ❗ API class no longer exists
  • net/neoforged/fml/loading/targets/CommonDevLaunchHandler
    • ❗ API class no longer exists

@Technici4n Technici4n merged commit 85230ce into neoforged:main Nov 30, 2024
4 checks passed
@neoforged-releases
Copy link

🚀 This PR has been released as FancyModLoader version 6.0.2.

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