-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
How would I compile Baritone for 1.21.3 using ItelliJ? #4557
Comments
Is it just Baritone that doesn't work? Have you tried another project? Have you read the logs, if so: are there any hints? |
You say you can't find the dist directory, did you make sure the build completed successfully? |
I have checked for the dist directory, and it has successfully built the project. I tried manually setting the artifact output, but that still didn't change anything. It could be my IntelliJ version, or Java versions (could be using Java 21, 8, or 17, which are all on my system, but I set java 8 and restarted.) Ill comeback to this when I have the time, but for now Ill double check everything. |
Java version shouldn't matter too much, I think, since gradle can download a fitting runtime automatically. Besides that, my system default is java 21 and that's also what our CI build for mc 1.21 uses (CI for 1.19 uses java 17). |
I have been attempting to build the 1.21 branch but have encountered build errors.
The stacktrace option also provides the following error: ```
|
To be honest I have no idea what to do about that error. At that point I'd try wiping caches (and potentially try whether other branches still work). You can also enable actions on you repository and trigger them with a dummy commit. |
What do you need help with?
With as much detail as possible, describe your question and what you may need help with.
I need help with building the jar files from IntelliJ Community edition, using java 8. I cant find a dist directory where the files are outputted to, and it seems that nothing is outputted at all.
Final checklist
The text was updated successfully, but these errors were encountered: