-
Notifications
You must be signed in to change notification settings - Fork 135
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
Downloaded gradlew.bat before adding gradle.properties #274
Comments
You don't need to download gradlew.bat; it already exists in the repository. You do need to create a |
Sets default memory used for gradle commands. Can be overridden by user or command line properties.This is required to provide enough memory for the Minecraft decompilation process.org.gradle.jvmargs=-Xmx3G org.gradle.java.home=C:\Program Files\Eclipse Adoptium\jdk-8.0.312.7-hotspot Disable the daemon to prevent "java.lang.IllegalStateException: ProjectScopeServices has been closed." during compile timeorg.gradle.daemon=false ? |
Yes, something like that should work. |
can you go through the process of downloading gradlew and then WorldDownloader? it is still not working for me... |
If you download the source code for WDL, gradlew.bat already exists in it. You don't need to manually download it. |
the cmand "gradlew setupDecompWorkspace build" doesn't work... C:\Users\carte>gradlew setupDecompWorkspace build |
You need to enter the directory where you downloaded the source code (e.g. |
can't find path specified |
C:\Users\carte>cd WorldDownloader |
C:\Users\carte\Downloads\MinceCraft\WorldDownloader-4>gradlew setupdecompWorkspace build FAILURE: Build failed with an exception.
|
In reference to : #240 (comment)
I have no idea what I'm doing and couldn't follow along bc the chat was moved to a different platform.
I have pasted the code on a notepad in gradle.notepad as well as downloaded the jdk. just wondering what's next
The text was updated successfully, but these errors were encountered: