There is no gradlew and I'm not sure how else to compile on Arch Linux
crabdancing opened this issue ยท 7 comments
Pulled straight from git repo as of SHA1 e8036a5. I am getting problems compiling with my gradle version (6.0.1). See the --debug
output here.
This is common when compiling mods with a newer gradle version in my experience. Using the Gradle Wrapper utility for installing a local gradle instance at the version number expected by the project, works fine as a workaround. But I can't do this because there is no gradlew.
Hello. You can download directly from mdk https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.15.1.html
@Snowee So you can't add the gradlew
to the repo? I just thought it was standard to include it. Is there some reason not to?
Edit: The recommended way I've seen is to run gradle wrapper
to build the wrapper from the known good working environment. Seems like it should be trivial to add.
I don't understand why that should preclude its inclusion in the repository, though. I guess it's just a minimalism thing for you?