Posted May 11, 20205 yr I am trying to setup Eclipse workspace for Random Patches (Branch 1.15) . Whenever I try to use the gradlew genEclipseRuns commands, it gives me a Build Fail error. D:\jeux\Minecraft\ModdingForge\RandomPatches>gradlew genEclipseRuns To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Configure project : New Dep: net.minecraftforge:forge:1.15.2-31.0.1_mapped_snapshot_20200126-1.15.1_at_62f112c8fc084e73d6fc4f718aa6c1bb62046881 > Task :genEclipseRuns FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':genEclipseRuns'. > java.lang.NullPointerException (no error message) * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 16s 8 actionable tasks: 7 executed, 1 up-to-date D:\jeux\Minecraft\ModdingForge\RandomPatches> In attachment there the output of gradlew genEclipseRuns --info --stacktrace 1> output.log 2>&1 output.log Edited May 11, 20205 yr by Naheulf Solved
May 11, 20205 yr Author Fixed ! The following line was missing from the build.gradle file apply plugin: 'eclipse'
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.