-
Notifications
You must be signed in to change notification settings - Fork 93
Description
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