How do i edit and build a java project from github

Hello !
i’m new and i don’t know how to use gradle. I haven’t found the documentation page so i post my question here. Everything is in the title. thank you in advance for the help !

I assume there is an existing GitHub project that you are trying to build and is using Gradle to do so? Could you perhaps provide a link to the project in question if that’s the case?

https://github.com/BluSunrize/ImmersiveEngineering

thanks for helping me!

Le jeu. 21 nov. 2019 à 05:33, Mark Vieira via Gradle Forums gradle@discoursemail.com a écrit :

So since this is a Minecraft mod it’s build using a Gradle plugin called ForgeGradle. For details on how it works I’d refer to their documentation.

I believe building the mod is as simple as running ./gradlew build (or on Windows gradlew.bat build) which will produce a file build/libs/ImmersiveEngineering-0.12-92.jar.

Thanks !

Le jeu. 21 nov. 2019 à 22:35, Mark Vieira via Gradle Forums gradle@discoursemail.com a écrit :