

makeObfSourceJar = false // an Srg named sources jar is made by default. simply re-run your setup task after changing the mappings to update your workspace. Use non-default mappings at your own risk. stable_# stables are built at the discretion of the MCP team. snapshot_YYYYMMDD snapshot are built nightly. the mappings can be changed at any time, and must be in the following format. SourceCompatibility = targetCompatibility = '1.8' SourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. 6 moreĬlasspath ':ForgeGradle:2.3-SNAPSHOT'Īpply plugin: '' : : at .FMLSecurityManager.checkPermission(FMLSecurityManager.java:49) : : Caused by: .FMLSecurityManager$ExitTrappedException : : at GradleStart.main(GradleStart.java:25) : : at .launch(GradleStartCommon.java:97) : : at (DelegatingMethodAccessorImpl.java:43) : : at (NativeMethodAccessorImpl.java:62) : nullĪt 0(Native Method) ~Īt (NativeMethodAccessorImpl.java:62) ~Īt (DelegatingMethodAccessorImpl.java:43) ~Īt .invoke(Method.java:498) ~Īt .launch(Launch.java:135) Īt .main(Launch.java:28) Īt .launch(GradleStartCommon.java:97) Īt GradleStart.main(GradleStart.java:25) Ĭaused by: Īt .getSystemTime(Minecraft.java:3158) ~Īt .Main.main(Main.java:42) ~Ĭaused by: Īt (ClassLoader.java:1847) ~Īt 0(Runtime.java:871) ~Īt (System.java:1124) ~Īt $1.run(Sys.java:72) ~Īt (Native Method) ~Īt (Sys.java:66) ~Īt (Sys.java:87) ~Īt .(Sys.java:117) ~ : Running with arguments: [-userProperties, I've also tried running a fresh build that I haven't edited at all and it seems to crash with the same issue.

I've followed various tutorials step-by-step, but keep getting this error. I am running on windows 10 with java openjdk version "1.8.0_242" I cannot get a test build to run at all from eclipse.
