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 running in dev #505

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Fix running in dev #505

merged 2 commits into from
Dec 10, 2023

Conversation

embeddedt
Copy link

@embeddedt embeddedt commented Dec 9, 2023

This patch heavily abuses the shadow plugin and a Gradle subproject to solve the ANTLR conflict on 1.20.1. The trick is to do the ANTLR relocation inside the subproject, and depend on that. This allows the main Oculus project to be compiled against the relocated package which has a different version from Forge.

Before releasing, we need to figure out why the production JAR is now 19MB, and fix this. EDIT: Fixed, we were shadowing too much.

@dima-dencep dima-dencep merged commit 561c309 into Asek3:1.20 Dec 10, 2023
1 check passed
@embeddedt embeddedt deleted the fix/dev-runs branch December 10, 2023 21:14
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