AresClient / ares

Ares is a free, open source minecraft utility mod aimed at anarchy servers.
https://aresclient.org
GNU Lesser General Public License v3.0
192 stars 28 forks source link

how do i build the client #44

Closed master7720 closed 2 years ago

master7720 commented 2 years ago

i want to build the 1.12.2 folder but its weird too

Tigermouthbear commented 2 years ago

run gradlew build or gradlew :ares-forge:build in the main folder of the project. see the README.md for more info.

master7720 commented 2 years ago

this makes senses

master7720 commented 2 years ago

yea i did all of that still didnt work

Tigermouthbear commented 2 years ago

what isn't working? Can you give me a log?

master7720 commented 2 years ago
Tigermouthbear commented 2 years ago

you need to use JDK 17 to build this client

master7720 commented 2 years ago

i have jdk 8 and 17 installed

ghost commented 2 years ago

set your JAVA_HOME environment variable to your jdk 17 path

Tigermouthbear commented 2 years ago

closing this, please use JDK 17