You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the 1.21.1 branch and yes I have looked at almost all the issues opened and have looked at the SETUP.md files several times before. And I have tried VSCode, Git Bash, cmd and powershell but none worked and jave the result, I have tried Temurin JDK17, Temurin JDK21, and Temurin JDK22 (JDK21 and JDK17 got me the same results and from my understanding JDK22 isn't fully supported yet). Also I'm not a regular user of gradle or just command line applications in general.
Whenever I try building the project I always get an error at <-CONFIRGURING %16-> Here is the logs
The text was updated successfully, but these errors were encountered:
Doesn't look like something I could diagnose. Maybe a problem with unimined, maybe with Gradle.+
I'd try again with --rerun-tasks and --refresh-dependencies (and potentially run gradle clean and gradle --stop before), if that doesn't help wipe project level caches (the build directory, but if that didn't help also .gradle and <loader>/.gradle) and if it still doesn't work wipe the user level cache (for me that's ~/.gradle).
Temuring JDK21 is what our CI for 1.21.1 uses so should be fine.
May I ask how can I run gradle clean and gradle --stop because when I type these into either powershell or Git Bash it says that the command was not found. And after deleting the .cache and .gradle it just redownloaded a fresh Gradle then didn't start building entirely.
Sorry for the very late reply, I currently can't even log in to GitHub when I'm not at home (temporarily unavailable 2nd factor).
If I can trust our build instructions on this you need to run gradlew on Windows or ./gradlew on Mac/Linux, not gradle.
I am trying to build the 1.21.1 branch and yes I have looked at almost all the issues opened and have looked at the SETUP.md files several times before. And I have tried VSCode, Git Bash, cmd and powershell but none worked and jave the result, I have tried Temurin JDK17, Temurin JDK21, and Temurin JDK22 (JDK21 and JDK17 got me the same results and from my understanding JDK22 isn't fully supported yet). Also I'm not a regular user of gradle or just command line applications in general.
Whenever I try building the project I always get an error at <-CONFIRGURING %16->
Here is the logs
The text was updated successfully, but these errors were encountered: