|
|
In Jenkins ver. 1.483 its possible to specify a JDK to use when building eg. a maven project. Now I need to specify this on the sub-module layer like:
parent
-> child.a (jdk5)
-> child.b (jdk6)
Is this currently supported in jenkins or are there any plans to support this? I have tried to specify this using the maven-compiler-plugin but the build does not fail when I specify JDK6 in the job configuration and then for a sub project specify JDk5.
|