Set java source version so sonar can deactivate rules accordingly

Starting from v3.7, the Java plugin is able to react to the java version
used for sources. This feature allows the deactivation of rules that
target higher versions of Java than the one that is in use so that false
positives aren't generated from irrelevant rules.

Change-Id: I90a19bcf55e081876d05842b8b611df74a4a5484
1 file changed