Although Forge Gradle for 1.7.10 is broken, from what I remember. Don't bother asking the Forge devs for help - they'll shut you down and tell you to upgrade to the latest version of Minecraft.
build_5a2uhb4ag6aq7btd2pus76e534$_run_closure1_closure2_closure4 has been compiled by a more recent version of the Java Runtime (class file version 8241.8224), this version of the Java Runtime only recognizes class file versions up to 52.0
" this error message as output. So I reverted it and only changed the URL at "build.gradle" file which did nothing. Have I done something wrong?
I've just finished making my minecraft mod however I can't build it.
(I couldn't upload a picture)
I've tried the solution in this thread "3008723-1-7-10-gradle-build-issues" but unfortunately it didn't work.
Is there any way to fix or build in a different way? if so I would be really grateful if I could get some help!
Check the links and change these from http to https
>> Link to Curseforge <<
Replace the forge repository URL "http://files.minecraftforge.net/maven" to "https://maven.minecraftforge.net/"
Although Forge Gradle for 1.7.10 is broken, from what I remember. Don't bother asking the Forge devs for help - they'll shut you down and tell you to upgrade to the latest version of Minecraft.
Hey master801 thank you for the reply, I've replaced every single URL with "http://files.minecraftforge.net/maven" in it to "https://maven.minecraftforge.net/" (including the ones in user/.gradle) and powershell gave me "
build_5a2uhb4ag6aq7btd2pus76e534$_run_closure1_closure2_closure4 has been compiled by a more recent version of the Java Runtime (class file version 8241.8224), this version of the Java Runtime only recognizes class file versions up to 52.0
" this error message as output. So I reverted it and only changed the URL at "build.gradle" file which did nothing. Have I done something wrong?
What version of Gradle are you using? You might need to use Java 8 for Forge Gradle.
I have Gradle 2.0 and JDK 1.8.0_202 I also use version 1.8.0_202 for JRE.
what IDE are you using?
edit: i would also make sure to follow this guide for 1.7.10 modding w/ forge