Skip to content

Conversation

@Big-Iron-Cheems
Copy link
Collaborator

Type of change

  • Bug fix
  • New feature

Description

Refactor launcher into source set, eliminate launch subproject

Moves the Java 8 launcher from a separate subproject into a dedicated source set within the main build.
This is based on the design used by Iris, which has many subprojects/sourcesets.

The separate launch subproject caused issues with Loom's migrateMappings task,
which expected a single-project structure and would fail to properly remap sources when a multi-project setup was present.

Related issues

None.

How Has This Been Tested?

Running the JAR via Java 8 to test popup, loading in Prism Laauncher via Java 21 to test mod initialization.

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@MineGame159 MineGame159 merged commit 067b2b6 into MeteorDevelopment:master Dec 27, 2025
1 check passed
@Big-Iron-Cheems Big-Iron-Cheems deleted the refactor/eliminate-launch-subproject branch December 27, 2025 14:28
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