-
Notifications
You must be signed in to change notification settings - Fork 95
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
Unable to build 1.11 and 1.12 using build.sh #41
Comments
I want the offline to stay, as it's too slow otherwise. |
Well, I tried to figure out which Forge version you are using as long Forge plugin complains about "2151": Build file '...\raspberryjammod\112\build.gradle' line: 28
For 1.11 I set it to: For 1.12 I tried: both generates errors. Which Forge version is correct ? |
Here is my 1.12 build sample error: ################################################# FAILURE: Build failed with an exception.
BUILD FAILED |
How do I check the Forge version? It's been a very long time since I set up the build system and I can't remember how I did it. |
So is there really "2151" within your .\112\gradle.properties and ForgeGradle is able to build it ? 2.2 says: "ForgeGradle 2.2-SNAPSHOT does not support Minecraft 1.12. MIN: 1.9.4, MAX: 1.11.2" |
Another strange thing is that within your jar files for 1.11 and 1.12 within mcmod.info there is My jar for 1.11 have proper version within mcmod.info - "mcversion": "1.11" |
It seems that 1.11 and 1.12 build base on MC 1.10.2. To build it successfully, within both files: Then build.sh works fine. It warns about mappings taken from 1.11 and 1.12 but jar files are created. Both 1.11 and 1.12 contains "mcversion": "1.10.2" within mcmod.info, like in your mods.zip archive. |
I made few updates to build scripts/config files as pull request: |
Hi,
I just trying to compile using build.sh under Cygwin/Windows.
It seems that following configs are incorrect:
https://github.com/arpruss/raspberryjammod/blob/master/111/build.gradle
https://github.com/arpruss/raspberryjammod/blob/master/112/build.gradle
Can you correct Forge version from 2151 to exact version in both files?
Also please correct mappings values and dependecy from ForgeGradle:2.2-SNAPSHOT to ForgeGradle:2.3-SNAPSHOT in /112/build.gradle as long 2.2 does not support MC 1.12.
Another request: please remove "--offline" within line: "sh gradlew --offline build" in:
https://github.com/arpruss/raspberryjammod/blob/master/112/fast.sh
Last one:
Change build.sh in root to unix end of lines (currently it contains Windows EOL, which cause error running under Cygwin).
Regards,
Marcinosoft
The text was updated successfully, but these errors were encountered: