-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Jenkins 1.480.4
Gradle plugin 1.23
We have Java 6 installed as standard on our build hosts, but need Java 7 for some Gradle jobs.
So we have configured for those Jenkins jobs a JDK 1.7
However the Gradle builder seems to ignore that and still builds with Java 6.
I had to add a JAVA_HOME String parameter (pointing to the Java 7 installation) for the Job to actually use Java 7.
I did not reproduced with Jenkins 1.571 and Gradle plugin 1.24