in vars/jenkinsEnv.groovy [112:119]
def jdkForMaven(String version) { switch(version) { case '4.x.x': return '8' default: return '7' } }