We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My steps: fork repo clone repo gradlew setupDecompWorkspace => faiiled, not found minecraftforge dependency fix prev step by adding https://files.minecraftforge.net/maven and https://libraries.minecraft.net/ to repositories in build-script gradlew setupDecompWorkspace => success gradlew build => failed, log: https://gist.github.com/hohserg1/cd31dccb376a9f3b1b64d3be4e8398eb
gradlew setupDecompWorkspace
https://files.minecraftforge.net/maven
https://libraries.minecraft.net/
repositories
gradlew build
How to?
The text was updated successfully, but these errors were encountered:
Up
Sorry, something went wrong.
No branches or pull requests
My steps:
fork repo
clone repo
gradlew setupDecompWorkspace
=> faiiled, not found minecraftforge dependencyfix prev step by adding
https://files.minecraftforge.net/maven
andhttps://libraries.minecraft.net/
torepositories
in build-scriptgradlew setupDecompWorkspace
=> successgradlew build
=> failed, log: https://gist.github.com/hohserg1/cd31dccb376a9f3b1b64d3be4e8398ebHow to?
The text was updated successfully, but these errors were encountered: