Posted September 27, 201510 yr I'm trying to set up jenkins CI server for my project and when I build it I get the following error: http://pastebin.com/cSfEZD3V I tried setting JAVA_HOME before building, it didn't work. Before running gradle JAVA_HOME is unset. So I thought that maybe it attempts to detect JAVA_HOME by using java executable directory. It was actually set to point to the executable in jdk directory. After changing it - I still get this error. Forge version: "1.8-11.14.3.1516" Any idea how to fix it?
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.